| Name | Type | Description | Notes |
|---|---|---|---|
| Event | Pointer to string | The type of the event. Can be one of the following: ['campaign_state_changed', 'campaign_ruleset_changed', 'campaign_edited', 'campaign_created', 'campaign_deleted'] | |
| Campaign | Pointer to Campaign | ||
| Ruleset | Pointer to Ruleset | [optional] | |
| Collection | Pointer to CollectionWithoutPayload |
func NewCampaignCollectionEditedNotificationItem(event string, campaign Campaign, collection CollectionWithoutPayload, ) *CampaignCollectionEditedNotificationItem
NewCampaignCollectionEditedNotificationItem instantiates a new CampaignCollectionEditedNotificationItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCampaignCollectionEditedNotificationItemWithDefaults() *CampaignCollectionEditedNotificationItem
NewCampaignCollectionEditedNotificationItemWithDefaults instantiates a new CampaignCollectionEditedNotificationItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *CampaignCollectionEditedNotificationItem) GetEvent() string
GetEvent returns the Event field if non-nil, zero value otherwise.
func (o *CampaignCollectionEditedNotificationItem) GetEventOk() (*string, bool)
GetEventOk returns a tuple with the Event field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignCollectionEditedNotificationItem) SetEvent(v string)
SetEvent sets Event field to given value.
func (o *CampaignCollectionEditedNotificationItem) GetCampaign() Campaign
GetCampaign returns the Campaign field if non-nil, zero value otherwise.
func (o *CampaignCollectionEditedNotificationItem) 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 *CampaignCollectionEditedNotificationItem) SetCampaign(v Campaign)
SetCampaign sets Campaign field to given value.
func (o *CampaignCollectionEditedNotificationItem) GetRuleset() Ruleset
GetRuleset returns the Ruleset field if non-nil, zero value otherwise.
func (o *CampaignCollectionEditedNotificationItem) 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 *CampaignCollectionEditedNotificationItem) SetRuleset(v Ruleset)
SetRuleset sets Ruleset field to given value.
func (o *CampaignCollectionEditedNotificationItem) HasRuleset() bool
HasRuleset returns a boolean if a field has been set.
func (o *CampaignCollectionEditedNotificationItem) GetCollection() CollectionWithoutPayload
GetCollection returns the Collection field if non-nil, zero value otherwise.
func (o *CampaignCollectionEditedNotificationItem) 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.
func (o *CampaignCollectionEditedNotificationItem) SetCollection(v CollectionWithoutPayload)
SetCollection sets Collection field to given value.