Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.06 KB

CampaignScheduleWeekly.md

File metadata and controls

108 lines (59 loc) · 3.06 KB

CampaignScheduleWeekly

Properties

Name Type Description Notes
Start Pointer to CampaignScheduleWeeklyStart [optional]
End Pointer to CampaignScheduleWeeklyEnd [optional]
Type Pointer to string [optional]

Methods

NewCampaignScheduleWeekly

func NewCampaignScheduleWeekly() *CampaignScheduleWeekly

NewCampaignScheduleWeekly instantiates a new CampaignScheduleWeekly 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

NewCampaignScheduleWeeklyWithDefaults

func NewCampaignScheduleWeeklyWithDefaults() *CampaignScheduleWeekly

NewCampaignScheduleWeeklyWithDefaults instantiates a new CampaignScheduleWeekly 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 *CampaignScheduleWeekly) GetStart() CampaignScheduleWeeklyStart

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

GetStartOk

func (o *CampaignScheduleWeekly) GetStartOk() (*CampaignScheduleWeeklyStart, 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 *CampaignScheduleWeekly) SetStart(v CampaignScheduleWeeklyStart)

SetStart sets Start field to given value.

HasStart

func (o *CampaignScheduleWeekly) HasStart() bool

HasStart returns a boolean if a field has been set.

GetEnd

func (o *CampaignScheduleWeekly) GetEnd() CampaignScheduleWeeklyEnd

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

GetEndOk

func (o *CampaignScheduleWeekly) GetEndOk() (*CampaignScheduleWeeklyEnd, 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 *CampaignScheduleWeekly) SetEnd(v CampaignScheduleWeeklyEnd)

SetEnd sets End field to given value.

HasEnd

func (o *CampaignScheduleWeekly) HasEnd() bool

HasEnd returns a boolean if a field has been set.

GetType

func (o *CampaignScheduleWeekly) GetType() string

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

GetTypeOk

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

SetType sets Type field to given value.

HasType

func (o *CampaignScheduleWeekly) HasType() bool

HasType returns a boolean if a field has been set.

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