Skip to content

Latest commit

 

History

History
234 lines (125 loc) · 7.53 KB

TriggerInputCampaignActivatedCampaign.md

File metadata and controls

234 lines (125 loc) · 7.53 KB

TriggerInputCampaignActivatedCampaign

Properties

Name Type Description Notes
Id string Unique ID for the campaign.
Name string The human friendly name of the campaign.
Description string Extended description of the campaign.
Created time.Time The date and time the campaign was created.
Modified Pointer to NullableTime The date and time the campaign was last modified. [optional]
Deadline time.Time The date and time the campaign is due.
Type map[string]interface{} The type of campaign.
CampaignOwner TriggerInputCampaignActivatedCampaignCampaignOwner
Status map[string]interface{} The current status of the campaign.

Methods

NewTriggerInputCampaignActivatedCampaign

func NewTriggerInputCampaignActivatedCampaign(id string, name string, description string, created time.Time, deadline time.Time, type_ map[string]interface{}, campaignOwner TriggerInputCampaignActivatedCampaignCampaignOwner, status map[string]interface{}, ) *TriggerInputCampaignActivatedCampaign

NewTriggerInputCampaignActivatedCampaign instantiates a new TriggerInputCampaignActivatedCampaign 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

NewTriggerInputCampaignActivatedCampaignWithDefaults

func NewTriggerInputCampaignActivatedCampaignWithDefaults() *TriggerInputCampaignActivatedCampaign

NewTriggerInputCampaignActivatedCampaignWithDefaults instantiates a new TriggerInputCampaignActivatedCampaign 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

GetId

func (o *TriggerInputCampaignActivatedCampaign) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *TriggerInputCampaignActivatedCampaign) GetIdOk() (*string, bool)

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

SetId

func (o *TriggerInputCampaignActivatedCampaign) SetId(v string)

SetId sets Id field to given value.

GetName

func (o *TriggerInputCampaignActivatedCampaign) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *TriggerInputCampaignActivatedCampaign) GetNameOk() (*string, bool)

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

SetName

func (o *TriggerInputCampaignActivatedCampaign) SetName(v string)

SetName sets Name field to given value.

GetDescription

func (o *TriggerInputCampaignActivatedCampaign) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *TriggerInputCampaignActivatedCampaign) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *TriggerInputCampaignActivatedCampaign) SetDescription(v string)

SetDescription sets Description field to given value.

GetCreated

func (o *TriggerInputCampaignActivatedCampaign) GetCreated() time.Time

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *TriggerInputCampaignActivatedCampaign) GetCreatedOk() (*time.Time, bool)

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

SetCreated

func (o *TriggerInputCampaignActivatedCampaign) SetCreated(v time.Time)

SetCreated sets Created field to given value.

GetModified

func (o *TriggerInputCampaignActivatedCampaign) GetModified() time.Time

GetModified returns the Modified field if non-nil, zero value otherwise.

GetModifiedOk

func (o *TriggerInputCampaignActivatedCampaign) GetModifiedOk() (*time.Time, bool)

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

SetModified

func (o *TriggerInputCampaignActivatedCampaign) SetModified(v time.Time)

SetModified sets Modified field to given value.

HasModified

func (o *TriggerInputCampaignActivatedCampaign) HasModified() bool

HasModified returns a boolean if a field has been set.

SetModifiedNil

func (o *TriggerInputCampaignActivatedCampaign) SetModifiedNil(b bool)

SetModifiedNil sets the value for Modified to be an explicit nil

UnsetModified

func (o *TriggerInputCampaignActivatedCampaign) UnsetModified()

UnsetModified ensures that no value is present for Modified, not even an explicit nil

GetDeadline

func (o *TriggerInputCampaignActivatedCampaign) GetDeadline() time.Time

GetDeadline returns the Deadline field if non-nil, zero value otherwise.

GetDeadlineOk

func (o *TriggerInputCampaignActivatedCampaign) GetDeadlineOk() (*time.Time, bool)

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

SetDeadline

func (o *TriggerInputCampaignActivatedCampaign) SetDeadline(v time.Time)

SetDeadline sets Deadline field to given value.

GetType

func (o *TriggerInputCampaignActivatedCampaign) GetType() map[string]interface{}

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *TriggerInputCampaignActivatedCampaign) GetTypeOk() (*map[string]interface{}, bool)

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

SetType

func (o *TriggerInputCampaignActivatedCampaign) SetType(v map[string]interface{})

SetType sets Type field to given value.

GetCampaignOwner

func (o *TriggerInputCampaignActivatedCampaign) GetCampaignOwner() TriggerInputCampaignActivatedCampaignCampaignOwner

GetCampaignOwner returns the CampaignOwner field if non-nil, zero value otherwise.

GetCampaignOwnerOk

func (o *TriggerInputCampaignActivatedCampaign) GetCampaignOwnerOk() (*TriggerInputCampaignActivatedCampaignCampaignOwner, bool)

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

SetCampaignOwner

func (o *TriggerInputCampaignActivatedCampaign) SetCampaignOwner(v TriggerInputCampaignActivatedCampaignCampaignOwner)

SetCampaignOwner sets CampaignOwner field to given value.

GetStatus

func (o *TriggerInputCampaignActivatedCampaign) GetStatus() map[string]interface{}

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *TriggerInputCampaignActivatedCampaign) GetStatusOk() (*map[string]interface{}, bool)

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

SetStatus

func (o *TriggerInputCampaignActivatedCampaign) SetStatus(v map[string]interface{})

SetStatus sets Status field to given value.

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