Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.48 KB

MultipleCustomerProfileIntegrationRequest.md

File metadata and controls

39 lines (20 loc) · 1.48 KB

MultipleCustomerProfileIntegrationRequest

Properties

Name Type Description Notes
CustomerProfiles Pointer to []MultipleCustomerProfileIntegrationRequestItem [optional]

Methods

GetCustomerProfiles

func (o *MultipleCustomerProfileIntegrationRequest) GetCustomerProfiles() []MultipleCustomerProfileIntegrationRequestItem

GetCustomerProfiles returns the CustomerProfiles field if non-nil, zero value otherwise.

GetCustomerProfilesOk

func (o *MultipleCustomerProfileIntegrationRequest) GetCustomerProfilesOk() ([]MultipleCustomerProfileIntegrationRequestItem, bool)

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

HasCustomerProfiles

func (o *MultipleCustomerProfileIntegrationRequest) HasCustomerProfiles() bool

HasCustomerProfiles returns a boolean if a field has been set.

SetCustomerProfiles

func (o *MultipleCustomerProfileIntegrationRequest) SetCustomerProfiles(v []MultipleCustomerProfileIntegrationRequestItem)

SetCustomerProfiles gets a reference to the given []MultipleCustomerProfileIntegrationRequestItem and assigns it to the CustomerProfiles field.

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