Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.03 KB

CampaignScheduleWeeklyEnd.md

File metadata and controls

108 lines (59 loc) · 3.03 KB

CampaignScheduleWeeklyEnd

Properties

Name Type Description Notes
Day Pointer to int32 Day of the week the campaign should end [optional]
Hour Pointer to int32 Hour of the day the campaign should end [optional]
Minute Pointer to int32 Minute of the hour the campaign should end [optional]

Methods

NewCampaignScheduleWeeklyEnd

func NewCampaignScheduleWeeklyEnd() *CampaignScheduleWeeklyEnd

NewCampaignScheduleWeeklyEnd instantiates a new CampaignScheduleWeeklyEnd 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

NewCampaignScheduleWeeklyEndWithDefaults

func NewCampaignScheduleWeeklyEndWithDefaults() *CampaignScheduleWeeklyEnd

NewCampaignScheduleWeeklyEndWithDefaults instantiates a new CampaignScheduleWeeklyEnd 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

GetDay

func (o *CampaignScheduleWeeklyEnd) GetDay() int32

GetDay returns the Day field if non-nil, zero value otherwise.

GetDayOk

func (o *CampaignScheduleWeeklyEnd) GetDayOk() (*int32, bool)

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

SetDay

func (o *CampaignScheduleWeeklyEnd) SetDay(v int32)

SetDay sets Day field to given value.

HasDay

func (o *CampaignScheduleWeeklyEnd) HasDay() bool

HasDay returns a boolean if a field has been set.

GetHour

func (o *CampaignScheduleWeeklyEnd) GetHour() int32

GetHour returns the Hour field if non-nil, zero value otherwise.

GetHourOk

func (o *CampaignScheduleWeeklyEnd) GetHourOk() (*int32, bool)

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

SetHour

func (o *CampaignScheduleWeeklyEnd) SetHour(v int32)

SetHour sets Hour field to given value.

HasHour

func (o *CampaignScheduleWeeklyEnd) HasHour() bool

HasHour returns a boolean if a field has been set.

GetMinute

func (o *CampaignScheduleWeeklyEnd) GetMinute() int32

GetMinute returns the Minute field if non-nil, zero value otherwise.

GetMinuteOk

func (o *CampaignScheduleWeeklyEnd) GetMinuteOk() (*int32, bool)

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

SetMinute

func (o *CampaignScheduleWeeklyEnd) SetMinute(v int32)

SetMinute sets Minute field to given value.

HasMinute

func (o *CampaignScheduleWeeklyEnd) HasMinute() bool

HasMinute returns a boolean if a field has been set.

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