Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 2.62 KB

CreateTemplateCampaignResponse.md

File metadata and controls

91 lines (48 loc) · 2.62 KB

CreateTemplateCampaignResponse

Properties

Name Type Description Notes
Campaign Pointer to Campaign
Ruleset Pointer to Ruleset
Collections Pointer to []Collection [optional]

Methods

GetCampaign

func (o *CreateTemplateCampaignResponse) GetCampaign() Campaign

GetCampaign returns the Campaign field if non-nil, zero value otherwise.

GetCampaignOk

func (o *CreateTemplateCampaignResponse) GetCampaignOk() (Campaign, bool)

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

HasCampaign

func (o *CreateTemplateCampaignResponse) HasCampaign() bool

HasCampaign returns a boolean if a field has been set.

SetCampaign

func (o *CreateTemplateCampaignResponse) SetCampaign(v Campaign)

SetCampaign gets a reference to the given Campaign and assigns it to the Campaign field.

GetRuleset

func (o *CreateTemplateCampaignResponse) GetRuleset() Ruleset

GetRuleset returns the Ruleset field if non-nil, zero value otherwise.

GetRulesetOk

func (o *CreateTemplateCampaignResponse) GetRulesetOk() (Ruleset, bool)

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

HasRuleset

func (o *CreateTemplateCampaignResponse) HasRuleset() bool

HasRuleset returns a boolean if a field has been set.

SetRuleset

func (o *CreateTemplateCampaignResponse) SetRuleset(v Ruleset)

SetRuleset gets a reference to the given Ruleset and assigns it to the Ruleset field.

GetCollections

func (o *CreateTemplateCampaignResponse) GetCollections() []Collection

GetCollections returns the Collections field if non-nil, zero value otherwise.

GetCollectionsOk

func (o *CreateTemplateCampaignResponse) GetCollectionsOk() ([]Collection, bool)

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

HasCollections

func (o *CreateTemplateCampaignResponse) HasCollections() bool

HasCollections returns a boolean if a field has been set.

SetCollections

func (o *CreateTemplateCampaignResponse) SetCollections(v []Collection)

SetCollections gets a reference to the given []Collection and assigns it to the Collections field.

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