Name | Type | Description | Notes |
---|---|---|---|
Campaign | Pointer to Campaign | ||
OldRuleset | Pointer to Ruleset | [optional] | |
Ruleset | Pointer to Ruleset | [optional] |
func (o *CampaignRulesetChangedNotification) GetCampaign() Campaign
GetCampaign returns the Campaign field if non-nil, zero value otherwise.
func (o *CampaignRulesetChangedNotification) 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.
func (o *CampaignRulesetChangedNotification) HasCampaign() bool
HasCampaign returns a boolean if a field has been set.
func (o *CampaignRulesetChangedNotification) SetCampaign(v Campaign)
SetCampaign gets a reference to the given Campaign and assigns it to the Campaign field.
func (o *CampaignRulesetChangedNotification) GetOldRuleset() Ruleset
GetOldRuleset returns the OldRuleset field if non-nil, zero value otherwise.
func (o *CampaignRulesetChangedNotification) GetOldRulesetOk() (Ruleset, bool)
GetOldRulesetOk returns a tuple with the OldRuleset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignRulesetChangedNotification) HasOldRuleset() bool
HasOldRuleset returns a boolean if a field has been set.
func (o *CampaignRulesetChangedNotification) SetOldRuleset(v Ruleset)
SetOldRuleset gets a reference to the given Ruleset and assigns it to the OldRuleset field.
func (o *CampaignRulesetChangedNotification) GetRuleset() Ruleset
GetRuleset returns the Ruleset field if non-nil, zero value otherwise.
func (o *CampaignRulesetChangedNotification) 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.
func (o *CampaignRulesetChangedNotification) HasRuleset() bool
HasRuleset returns a boolean if a field has been set.
func (o *CampaignRulesetChangedNotification) SetRuleset(v Ruleset)
SetRuleset gets a reference to the given Ruleset and assigns it to the Ruleset field.