Name | Type | Description | Notes |
---|---|---|---|
CustomerProfiles | Pointer to []MultipleCustomerProfileIntegrationRequestItem | [optional] |
func (o *MultipleCustomerProfileIntegrationRequest) GetCustomerProfiles() []MultipleCustomerProfileIntegrationRequestItem
GetCustomerProfiles returns the CustomerProfiles field if non-nil, zero value otherwise.
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.
func (o *MultipleCustomerProfileIntegrationRequest) HasCustomerProfiles() bool
HasCustomerProfiles returns a boolean if a field has been set.
func (o *MultipleCustomerProfileIntegrationRequest) SetCustomerProfiles(v []MultipleCustomerProfileIntegrationRequestItem)
SetCustomerProfiles gets a reference to the given []MultipleCustomerProfileIntegrationRequestItem and assigns it to the CustomerProfiles field.