Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/V2024/Models/SedBatchResponse.md
2025-04-02 17:07:25 -04:00

1.8 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-sed-batch-response SedBatchResponse SedBatchResponse SedBatchResponse gosdk
go
Golang
sdk
SedBatchResponse
V2024SedBatchResponse
/tools/sdk/go/v2024/models/sed-batch-response
SDK
Software Development Kit
SedBatchResponse
V2024SedBatchResponse

SedBatchResponse

Properties

Name Type Description Notes
BatchId Pointer to string BatchId that groups all the ids together [optional]

Methods

NewSedBatchResponse

func NewSedBatchResponse() *SedBatchResponse

NewSedBatchResponse instantiates a new SedBatchResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewSedBatchResponseWithDefaults

func NewSedBatchResponseWithDefaults() *SedBatchResponse

NewSedBatchResponseWithDefaults instantiates a new SedBatchResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetBatchId

func (o *SedBatchResponse) GetBatchId() string

GetBatchId returns the BatchId field if non-nil, zero value otherwise.

GetBatchIdOk

func (o *SedBatchResponse) GetBatchIdOk() (*string, bool)

GetBatchIdOk returns a tuple with the BatchId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBatchId

func (o *SedBatchResponse) SetBatchId(v string)

SetBatchId sets BatchId field to given value.

HasBatchId

func (o *SedBatchResponse) HasBatchId() bool

HasBatchId returns a boolean if a field has been set.