Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.89 KB

GetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday.md

File metadata and controls

108 lines (59 loc) · 3.89 KB

GetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday

Properties

Name Type Description Notes
Active Pointer to bool Whether the schedule is active or inactive [optional]
From Pointer to string The time, from '00:00' to '24:00' [optional]
To Pointer to string The time, from '00:00' to '24:00' [optional]

Methods

NewGetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday

func NewGetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday() *GetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday

NewGetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday instantiates a new GetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday 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

NewGetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMondayWithDefaults

func NewGetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMondayWithDefaults() *GetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday

NewGetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMondayWithDefaults instantiates a new GetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday 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

GetActive

func (o *GetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday) GetActive() bool

GetActive returns the Active field if non-nil, zero value otherwise.

GetActiveOk

func (o *GetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday) GetActiveOk() (*bool, bool)

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

SetActive

func (o *GetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday) SetActive(v bool)

SetActive sets Active field to given value.

HasActive

func (o *GetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday) HasActive() bool

HasActive returns a boolean if a field has been set.

GetFrom

func (o *GetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday) GetFrom() string

GetFrom returns the From field if non-nil, zero value otherwise.

GetFromOk

func (o *GetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday) GetFromOk() (*string, bool)

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

SetFrom

func (o *GetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday) SetFrom(v string)

SetFrom sets From field to given value.

HasFrom

func (o *GetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday) HasFrom() bool

HasFrom returns a boolean if a field has been set.

GetTo

func (o *GetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday) GetTo() string

GetTo returns the To field if non-nil, zero value otherwise.

GetToOk

func (o *GetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday) GetToOk() (*string, bool)

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

SetTo

func (o *GetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday) SetTo(v string)

SetTo sets To field to given value.

HasTo

func (o *GetNetworkSwitchPortSchedules200ResponseInnerPortScheduleMonday) HasTo() bool

HasTo returns a boolean if a field has been set.

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