Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 2.78 KB

CampaignCreatedNotification.md

File metadata and controls

91 lines (48 loc) · 2.78 KB

CampaignCreatedNotification

Properties

Name Type Description Notes
Campaign Pointer to Campaign
Ruleset Pointer to Ruleset [optional]
EvaluationPosition Pointer to CampaignEvaluationPosition

Methods

GetCampaign

func (o *CampaignCreatedNotification) GetCampaign() Campaign

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

GetCampaignOk

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

HasCampaign returns a boolean if a field has been set.

SetCampaign

func (o *CampaignCreatedNotification) SetCampaign(v Campaign)

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

GetRuleset

func (o *CampaignCreatedNotification) GetRuleset() Ruleset

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

GetRulesetOk

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

HasRuleset returns a boolean if a field has been set.

SetRuleset

func (o *CampaignCreatedNotification) SetRuleset(v Ruleset)

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

GetEvaluationPosition

func (o *CampaignCreatedNotification) GetEvaluationPosition() CampaignEvaluationPosition

GetEvaluationPosition returns the EvaluationPosition field if non-nil, zero value otherwise.

GetEvaluationPositionOk

func (o *CampaignCreatedNotification) GetEvaluationPositionOk() (CampaignEvaluationPosition, bool)

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

HasEvaluationPosition

func (o *CampaignCreatedNotification) HasEvaluationPosition() bool

HasEvaluationPosition returns a boolean if a field has been set.

SetEvaluationPosition

func (o *CampaignCreatedNotification) SetEvaluationPosition(v CampaignEvaluationPosition)

SetEvaluationPosition gets a reference to the given CampaignEvaluationPosition and assigns it to the EvaluationPosition field.

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