Name | Type | Description | Notes |
---|---|---|---|
Attributes | Pointer to map[string]interface{} | Arbitrary properties associated with this item. | [optional] |
IntegrationId | Pointer to string | The identifier of this profile, set by your integration layer. It must be unique within the account. To get the `integrationId` of the profile from a `sessionId`, use the Update customer session. |
func (o *MultipleCustomerProfileIntegrationRequestItem) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *MultipleCustomerProfileIntegrationRequestItem) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultipleCustomerProfileIntegrationRequestItem) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *MultipleCustomerProfileIntegrationRequestItem) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (o *MultipleCustomerProfileIntegrationRequestItem) GetIntegrationId() string
GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.
func (o *MultipleCustomerProfileIntegrationRequestItem) GetIntegrationIdOk() (string, bool)
GetIntegrationIdOk returns a tuple with the IntegrationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MultipleCustomerProfileIntegrationRequestItem) HasIntegrationId() bool
HasIntegrationId returns a boolean if a field has been set.
func (o *MultipleCustomerProfileIntegrationRequestItem) SetIntegrationId(v string)
SetIntegrationId gets a reference to the given string and assigns it to the IntegrationId field.