Skip to content

UpdateSsidWlanScheduleOpenApiVO

Properties

Name Type Description Notes
Action Pointer to int32 0 means radio off, indicating the Wi-Fi function is off during the selected period; 1 means radio on, indicating the Wi-Fi function is on during the selected period. [optional]
ScheduleId Pointer to string This field represents Time Range Profile ID. Time Range Profile can be created using Create time range profile interface, and Time Range Profile ID can be obtained from Get time range profile list interface. [optional]
WlanScheduleEnable bool SSID WLAN schedule global config status. True: enable, false: disable.

Methods

NewUpdateSsidWlanScheduleOpenApiVO

func NewUpdateSsidWlanScheduleOpenApiVO(wlanScheduleEnable bool, ) *UpdateSsidWlanScheduleOpenApiVO

NewUpdateSsidWlanScheduleOpenApiVO instantiates a new UpdateSsidWlanScheduleOpenApiVO 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

NewUpdateSsidWlanScheduleOpenApiVOWithDefaults

func NewUpdateSsidWlanScheduleOpenApiVOWithDefaults() *UpdateSsidWlanScheduleOpenApiVO

NewUpdateSsidWlanScheduleOpenApiVOWithDefaults instantiates a new UpdateSsidWlanScheduleOpenApiVO 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

GetAction

func (o *UpdateSsidWlanScheduleOpenApiVO) GetAction() int32

GetAction returns the Action field if non-nil, zero value otherwise.

GetActionOk

func (o *UpdateSsidWlanScheduleOpenApiVO) GetActionOk() (*int32, bool)

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

SetAction

func (o *UpdateSsidWlanScheduleOpenApiVO) SetAction(v int32)

SetAction sets Action field to given value.

HasAction

func (o *UpdateSsidWlanScheduleOpenApiVO) HasAction() bool

HasAction returns a boolean if a field has been set.

GetScheduleId

func (o *UpdateSsidWlanScheduleOpenApiVO) GetScheduleId() string

GetScheduleId returns the ScheduleId field if non-nil, zero value otherwise.

GetScheduleIdOk

func (o *UpdateSsidWlanScheduleOpenApiVO) GetScheduleIdOk() (*string, bool)

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

SetScheduleId

func (o *UpdateSsidWlanScheduleOpenApiVO) SetScheduleId(v string)

SetScheduleId sets ScheduleId field to given value.

HasScheduleId

func (o *UpdateSsidWlanScheduleOpenApiVO) HasScheduleId() bool

HasScheduleId returns a boolean if a field has been set.

GetWlanScheduleEnable

func (o *UpdateSsidWlanScheduleOpenApiVO) GetWlanScheduleEnable() bool

GetWlanScheduleEnable returns the WlanScheduleEnable field if non-nil, zero value otherwise.

GetWlanScheduleEnableOk

func (o *UpdateSsidWlanScheduleOpenApiVO) GetWlanScheduleEnableOk() (*bool, bool)

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

SetWlanScheduleEnable

func (o *UpdateSsidWlanScheduleOpenApiVO) SetWlanScheduleEnable(v bool)

SetWlanScheduleEnable sets WlanScheduleEnable field to given value.

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