Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.19 KB

CampaignSearch.md

File metadata and controls

39 lines (20 loc) · 1.19 KB

CampaignSearch

Properties

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.

Methods

GetAttributes

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

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

GetAttributesOk

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.

HasAttributes

func (o *CampaignSearch) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

SetAttributes

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.

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