Name | Type | Description | Notes |
---|---|---|---|
Attributes | Pointer to map[string]interface{} | Properties to match against a customer profile. All provided attributes will be exactly matched against profile attributes. | [optional] |
IntegrationIDs | Pointer to []string | [optional] | |
ProfileIDs | Pointer to []int32 | [optional] |
func (o *CustomerProfileSearchQuery) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *CustomerProfileSearchQuery) 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 *CustomerProfileSearchQuery) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *CustomerProfileSearchQuery) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (o *CustomerProfileSearchQuery) GetIntegrationIDs() []string
GetIntegrationIDs returns the IntegrationIDs field if non-nil, zero value otherwise.
func (o *CustomerProfileSearchQuery) GetIntegrationIDsOk() ([]string, bool)
GetIntegrationIDsOk returns a tuple with the IntegrationIDs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerProfileSearchQuery) HasIntegrationIDs() bool
HasIntegrationIDs returns a boolean if a field has been set.
func (o *CustomerProfileSearchQuery) SetIntegrationIDs(v []string)
SetIntegrationIDs gets a reference to the given []string and assigns it to the IntegrationIDs field.
func (o *CustomerProfileSearchQuery) GetProfileIDs() []int32
GetProfileIDs returns the ProfileIDs field if non-nil, zero value otherwise.
func (o *CustomerProfileSearchQuery) GetProfileIDsOk() ([]int32, bool)
GetProfileIDsOk returns a tuple with the ProfileIDs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerProfileSearchQuery) HasProfileIDs() bool
HasProfileIDs returns a boolean if a field has been set.
func (o *CustomerProfileSearchQuery) SetProfileIDs(v []int32)
SetProfileIDs gets a reference to the given []int32 and assigns it to the ProfileIDs field.