Name | Type | Description | Notes |
---|---|---|---|
Campaign | Pointer to Campaign | ||
DeletedAt | Pointer to time.Time | Time when the campaign was deleted. |
func (o *CampaignDeletedNotification) GetCampaign() Campaign
GetCampaign returns the Campaign field if non-nil, zero value otherwise.
func (o *CampaignDeletedNotification) 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 *CampaignDeletedNotification) HasCampaign() bool
HasCampaign returns a boolean if a field has been set.
func (o *CampaignDeletedNotification) SetCampaign(v Campaign)
SetCampaign gets a reference to the given Campaign and assigns it to the Campaign field.
func (o *CampaignDeletedNotification) GetDeletedAt() time.Time
GetDeletedAt returns the DeletedAt field if non-nil, zero value otherwise.
func (o *CampaignDeletedNotification) GetDeletedAtOk() (time.Time, bool)
GetDeletedAtOk returns a tuple with the DeletedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignDeletedNotification) HasDeletedAt() bool
HasDeletedAt returns a boolean if a field has been set.
func (o *CampaignDeletedNotification) SetDeletedAt(v time.Time)
SetDeletedAt gets a reference to the given time.Time and assigns it to the DeletedAt field.