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] |
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
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
func (o *CampaignScheduleWeeklyEnd) GetDay() int32
GetDay returns the Day field if non-nil, zero value otherwise.
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.
func (o *CampaignScheduleWeeklyEnd) SetDay(v int32)
SetDay sets Day field to given value.
func (o *CampaignScheduleWeeklyEnd) HasDay() bool
HasDay returns a boolean if a field has been set.
func (o *CampaignScheduleWeeklyEnd) GetHour() int32
GetHour returns the Hour field if non-nil, zero value otherwise.
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.
func (o *CampaignScheduleWeeklyEnd) SetHour(v int32)
SetHour sets Hour field to given value.
func (o *CampaignScheduleWeeklyEnd) HasHour() bool
HasHour returns a boolean if a field has been set.
func (o *CampaignScheduleWeeklyEnd) GetMinute() int32
GetMinute returns the Minute field if non-nil, zero value otherwise.
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.
func (o *CampaignScheduleWeeklyEnd) SetMinute(v int32)
SetMinute sets Minute field to given value.
func (o *CampaignScheduleWeeklyEnd) HasMinute() bool
HasMinute returns a boolean if a field has been set.