Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.93 KB

CampaignScheduleOneshot.md

File metadata and controls

108 lines (59 loc) · 2.93 KB

CampaignScheduleOneshot

Properties

Name Type Description Notes
Start Pointer to string Date when the campaign should start [optional]
End Pointer to string Date when the campaign should end [optional]
Type Pointer to string [optional]

Methods

NewCampaignScheduleOneshot

func NewCampaignScheduleOneshot() *CampaignScheduleOneshot

NewCampaignScheduleOneshot instantiates a new CampaignScheduleOneshot 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

NewCampaignScheduleOneshotWithDefaults

func NewCampaignScheduleOneshotWithDefaults() *CampaignScheduleOneshot

NewCampaignScheduleOneshotWithDefaults instantiates a new CampaignScheduleOneshot 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

GetStart

func (o *CampaignScheduleOneshot) GetStart() string

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

GetStartOk

func (o *CampaignScheduleOneshot) 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 *CampaignScheduleOneshot) SetStart(v string)

SetStart sets Start field to given value.

HasStart

func (o *CampaignScheduleOneshot) HasStart() bool

HasStart returns a boolean if a field has been set.

GetEnd

func (o *CampaignScheduleOneshot) GetEnd() string

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

GetEndOk

func (o *CampaignScheduleOneshot) 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 *CampaignScheduleOneshot) SetEnd(v string)

SetEnd sets End field to given value.

HasEnd

func (o *CampaignScheduleOneshot) HasEnd() bool

HasEnd returns a boolean if a field has been set.

GetType

func (o *CampaignScheduleOneshot) GetType() string

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

GetTypeOk

func (o *CampaignScheduleOneshot) GetTypeOk() (*string, 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 *CampaignScheduleOneshot) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *CampaignScheduleOneshot) HasType() bool

HasType returns a boolean if a field has been set.

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