Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.05 KB

DailyScheduleViewAllOf.md

File metadata and controls

134 lines (73 loc) · 4.05 KB

DailyScheduleViewAllOf

Properties

Name Type Description Notes
EndHour Pointer to int32 Hour of the day when the scheduled window to run one online archive ends. [optional]
EndMinute Pointer to int32 Minute of the hour when the scheduled window to run one online archive ends. [optional]
StartHour Pointer to int32 Hour of the day when the when the scheduled window to run one online archive starts. [optional]
StartMinute Pointer to int32 Minute of the hour when the scheduled window to run one online archive starts. [optional]

Methods

NewDailyScheduleViewAllOf

func NewDailyScheduleViewAllOf() *DailyScheduleViewAllOf

NewDailyScheduleViewAllOf instantiates a new DailyScheduleViewAllOf 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

NewDailyScheduleViewAllOfWithDefaults

func NewDailyScheduleViewAllOfWithDefaults() *DailyScheduleViewAllOf

NewDailyScheduleViewAllOfWithDefaults instantiates a new DailyScheduleViewAllOf 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

GetEndHour

func (o *DailyScheduleViewAllOf) GetEndHour() int32

GetEndHour returns the EndHour field if non-nil, zero value otherwise.

GetEndHourOk

func (o *DailyScheduleViewAllOf) GetEndHourOk() (*int32, bool)

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

SetEndHour

func (o *DailyScheduleViewAllOf) SetEndHour(v int32)

SetEndHour sets EndHour field to given value.

HasEndHour

func (o *DailyScheduleViewAllOf) HasEndHour() bool

HasEndHour returns a boolean if a field has been set.

GetEndMinute

func (o *DailyScheduleViewAllOf) GetEndMinute() int32

GetEndMinute returns the EndMinute field if non-nil, zero value otherwise.

GetEndMinuteOk

func (o *DailyScheduleViewAllOf) GetEndMinuteOk() (*int32, bool)

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

SetEndMinute

func (o *DailyScheduleViewAllOf) SetEndMinute(v int32)

SetEndMinute sets EndMinute field to given value.

HasEndMinute

func (o *DailyScheduleViewAllOf) HasEndMinute() bool

HasEndMinute returns a boolean if a field has been set.

GetStartHour

func (o *DailyScheduleViewAllOf) GetStartHour() int32

GetStartHour returns the StartHour field if non-nil, zero value otherwise.

GetStartHourOk

func (o *DailyScheduleViewAllOf) GetStartHourOk() (*int32, bool)

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

SetStartHour

func (o *DailyScheduleViewAllOf) SetStartHour(v int32)

SetStartHour sets StartHour field to given value.

HasStartHour

func (o *DailyScheduleViewAllOf) HasStartHour() bool

HasStartHour returns a boolean if a field has been set.

GetStartMinute

func (o *DailyScheduleViewAllOf) GetStartMinute() int32

GetStartMinute returns the StartMinute field if non-nil, zero value otherwise.

GetStartMinuteOk

func (o *DailyScheduleViewAllOf) GetStartMinuteOk() (*int32, bool)

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

SetStartMinute

func (o *DailyScheduleViewAllOf) SetStartMinute(v int32)

SetStartMinute sets StartMinute field to given value.

HasStartMinute

func (o *DailyScheduleViewAllOf) HasStartMinute() bool

HasStartMinute returns a boolean if a field has been set.

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