Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.65 KB

CampaignEventDetails.md

File metadata and controls

212 lines (115 loc) · 5.65 KB

CampaignEventDetails

Properties

Name Type Description Notes
Id Pointer to string Campaign event id [optional]
Name Pointer to string Campaign event name [optional]
Start Pointer to string Campaign event start date [optional]
End Pointer to string Campaign event end date [optional]
Status Pointer to CampaignEventDetailsStatus [optional]
CampaignType Pointer to string Type of campaign [optional]
CampaignId Pointer to string Id of the campaign for this event [optional]

Methods

NewCampaignEventDetails

func NewCampaignEventDetails() *CampaignEventDetails

NewCampaignEventDetails instantiates a new CampaignEventDetails 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

NewCampaignEventDetailsWithDefaults

func NewCampaignEventDetailsWithDefaults() *CampaignEventDetails

NewCampaignEventDetailsWithDefaults instantiates a new CampaignEventDetails 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 *CampaignEventDetails) GetId() string

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

GetIdOk

func (o *CampaignEventDetails) 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 *CampaignEventDetails) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *CampaignEventDetails) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *CampaignEventDetails) GetName() string

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

GetNameOk

func (o *CampaignEventDetails) 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 *CampaignEventDetails) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *CampaignEventDetails) HasName() bool

HasName returns a boolean if a field has been set.

GetStart

func (o *CampaignEventDetails) GetStart() string

GetStart returns the Start field if non-nil, zero value otherwise.

GetStartOk

func (o *CampaignEventDetails) GetStartOk() (*string, bool)

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

SetStart

func (o *CampaignEventDetails) SetStart(v string)

SetStart sets Start field to given value.

HasStart

func (o *CampaignEventDetails) HasStart() bool

HasStart returns a boolean if a field has been set.

GetEnd

func (o *CampaignEventDetails) GetEnd() string

GetEnd returns the End field if non-nil, zero value otherwise.

GetEndOk

func (o *CampaignEventDetails) GetEndOk() (*string, bool)

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

SetEnd

func (o *CampaignEventDetails) SetEnd(v string)

SetEnd sets End field to given value.

HasEnd

func (o *CampaignEventDetails) HasEnd() bool

HasEnd returns a boolean if a field has been set.

GetStatus

func (o *CampaignEventDetails) GetStatus() CampaignEventDetailsStatus

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

GetStatusOk

func (o *CampaignEventDetails) GetStatusOk() (*CampaignEventDetailsStatus, 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 *CampaignEventDetails) SetStatus(v CampaignEventDetailsStatus)

SetStatus sets Status field to given value.

HasStatus

func (o *CampaignEventDetails) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetCampaignType

func (o *CampaignEventDetails) GetCampaignType() string

GetCampaignType returns the CampaignType field if non-nil, zero value otherwise.

GetCampaignTypeOk

func (o *CampaignEventDetails) GetCampaignTypeOk() (*string, bool)

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

SetCampaignType

func (o *CampaignEventDetails) SetCampaignType(v string)

SetCampaignType sets CampaignType field to given value.

HasCampaignType

func (o *CampaignEventDetails) HasCampaignType() bool

HasCampaignType returns a boolean if a field has been set.

GetCampaignId

func (o *CampaignEventDetails) GetCampaignId() string

GetCampaignId returns the CampaignId field if non-nil, zero value otherwise.

GetCampaignIdOk

func (o *CampaignEventDetails) GetCampaignIdOk() (*string, bool)

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

SetCampaignId

func (o *CampaignEventDetails) SetCampaignId(v string)

SetCampaignId sets CampaignId field to given value.

HasCampaignId

func (o *CampaignEventDetails) HasCampaignId() bool

HasCampaignId returns a boolean if a field has been set.

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