Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 2.43 KB

MultipleCustomerProfileIntegrationRequestItem.md

File metadata and controls

65 lines (34 loc) · 2.43 KB

MultipleCustomerProfileIntegrationRequestItem

Properties

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.

Methods

GetAttributes

func (o *MultipleCustomerProfileIntegrationRequestItem) GetAttributes() map[string]interface{}

GetAttributes returns the Attributes field if non-nil, zero value otherwise.

GetAttributesOk

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.

HasAttributes

func (o *MultipleCustomerProfileIntegrationRequestItem) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

SetAttributes

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.

GetIntegrationId

func (o *MultipleCustomerProfileIntegrationRequestItem) GetIntegrationId() string

GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.

GetIntegrationIdOk

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.

HasIntegrationId

func (o *MultipleCustomerProfileIntegrationRequestItem) HasIntegrationId() bool

HasIntegrationId returns a boolean if a field has been set.

SetIntegrationId

func (o *MultipleCustomerProfileIntegrationRequestItem) SetIntegrationId(v string)

SetIntegrationId gets a reference to the given string and assigns it to the IntegrationId field.

[Back to Model list] [Back to API list] [Back to README]