Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 2.55 KB

CampaignEditedNotification.md

File metadata and controls

91 lines (48 loc) · 2.55 KB

CampaignEditedNotification

Properties

Name Type Description Notes
Campaign Pointer to Campaign
OldCampaign Pointer to Campaign
Ruleset Pointer to Ruleset [optional]

Methods

GetCampaign

func (o *CampaignEditedNotification) GetCampaign() Campaign

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

GetCampaignOk

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

HasCampaign returns a boolean if a field has been set.

SetCampaign

func (o *CampaignEditedNotification) SetCampaign(v Campaign)

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

GetOldCampaign

func (o *CampaignEditedNotification) GetOldCampaign() Campaign

GetOldCampaign returns the OldCampaign field if non-nil, zero value otherwise.

GetOldCampaignOk

func (o *CampaignEditedNotification) GetOldCampaignOk() (Campaign, bool)

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

HasOldCampaign

func (o *CampaignEditedNotification) HasOldCampaign() bool

HasOldCampaign returns a boolean if a field has been set.

SetOldCampaign

func (o *CampaignEditedNotification) SetOldCampaign(v Campaign)

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

GetRuleset

func (o *CampaignEditedNotification) GetRuleset() Ruleset

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

GetRulesetOk

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

HasRuleset returns a boolean if a field has been set.

SetRuleset

func (o *CampaignEditedNotification) SetRuleset(v Ruleset)

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

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