Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 2.75 KB

CampaignCollectionEditedNotification.md

File metadata and controls

91 lines (48 loc) · 2.75 KB

CampaignCollectionEditedNotification

Properties

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

Methods

GetCampaign

func (o *CampaignCollectionEditedNotification) GetCampaign() Campaign

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

GetCampaignOk

func (o *CampaignCollectionEditedNotification) 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 *CampaignCollectionEditedNotification) HasCampaign() bool

HasCampaign returns a boolean if a field has been set.

SetCampaign

func (o *CampaignCollectionEditedNotification) SetCampaign(v Campaign)

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

GetRuleset

func (o *CampaignCollectionEditedNotification) GetRuleset() Ruleset

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

GetRulesetOk

func (o *CampaignCollectionEditedNotification) 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 *CampaignCollectionEditedNotification) HasRuleset() bool

HasRuleset returns a boolean if a field has been set.

SetRuleset

func (o *CampaignCollectionEditedNotification) SetRuleset(v Ruleset)

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

GetCollection

func (o *CampaignCollectionEditedNotification) GetCollection() CollectionWithoutPayload

GetCollection returns the Collection field if non-nil, zero value otherwise.

GetCollectionOk

func (o *CampaignCollectionEditedNotification) GetCollectionOk() (CollectionWithoutPayload, bool)

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

HasCollection

func (o *CampaignCollectionEditedNotification) HasCollection() bool

HasCollection returns a boolean if a field has been set.

SetCollection

func (o *CampaignCollectionEditedNotification) SetCollection(v CollectionWithoutPayload)

SetCollection gets a reference to the given CollectionWithoutPayload and assigns it to the Collection field.

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