Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/V3/Models/ObjectMappingBulkPatchResponse.md
2025-03-27 14:43:04 -04:00

2.3 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
object-mapping-bulk-patch-response ObjectMappingBulkPatchResponse ObjectMappingBulkPatchResponse ObjectMappingBulkPatchResponse gosdk
go
Golang
sdk
ObjectMappingBulkPatchResponse
ObjectMappingBulkPatchResponse
/tools/sdk/go/v3/models/object-mapping-bulk-patch-response
SDK
Software Development Kit
ObjectMappingBulkPatchResponse
ObjectMappingBulkPatchResponse

ObjectMappingBulkPatchResponse

Properties

Name Type Description Notes
PatchedObjects Pointer to []ObjectMappingResponse [optional]

Methods

NewObjectMappingBulkPatchResponse

func NewObjectMappingBulkPatchResponse() *ObjectMappingBulkPatchResponse

NewObjectMappingBulkPatchResponse instantiates a new ObjectMappingBulkPatchResponse 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

NewObjectMappingBulkPatchResponseWithDefaults

func NewObjectMappingBulkPatchResponseWithDefaults() *ObjectMappingBulkPatchResponse

NewObjectMappingBulkPatchResponseWithDefaults instantiates a new ObjectMappingBulkPatchResponse 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

GetPatchedObjects

func (o *ObjectMappingBulkPatchResponse) GetPatchedObjects() []ObjectMappingResponse

GetPatchedObjects returns the PatchedObjects field if non-nil, zero value otherwise.

GetPatchedObjectsOk

func (o *ObjectMappingBulkPatchResponse) GetPatchedObjectsOk() (*[]ObjectMappingResponse, bool)

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

SetPatchedObjects

func (o *ObjectMappingBulkPatchResponse) SetPatchedObjects(v []ObjectMappingResponse)

SetPatchedObjects sets PatchedObjects field to given value.

HasPatchedObjects

func (o *ObjectMappingBulkPatchResponse) HasPatchedObjects() bool

HasPatchedObjects returns a boolean if a field has been set.