Name | Type | Description | Notes |
---|---|---|---|
Attributes | Pointer to map[string]interface{} | Properties to match against a campaign. All provided attributes will be exactly matched against campaign attributes. |
func (o *CampaignSearch) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *CampaignSearch) 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 *CampaignSearch) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *CampaignSearch) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.