Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.7 KB

UpdateNetworkWirelessSsidRequestDot11r.md

File metadata and controls

82 lines (45 loc) · 2.7 KB

UpdateNetworkWirelessSsidRequestDot11r

Properties

Name Type Description Notes
Enabled Pointer to bool Whether 802.11r is enabled or not. [optional]
Adaptive Pointer to bool (Optional) Whether 802.11r is adaptive or not. [optional]

Methods

NewUpdateNetworkWirelessSsidRequestDot11r

func NewUpdateNetworkWirelessSsidRequestDot11r() *UpdateNetworkWirelessSsidRequestDot11r

NewUpdateNetworkWirelessSsidRequestDot11r instantiates a new UpdateNetworkWirelessSsidRequestDot11r 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

NewUpdateNetworkWirelessSsidRequestDot11rWithDefaults

func NewUpdateNetworkWirelessSsidRequestDot11rWithDefaults() *UpdateNetworkWirelessSsidRequestDot11r

NewUpdateNetworkWirelessSsidRequestDot11rWithDefaults instantiates a new UpdateNetworkWirelessSsidRequestDot11r 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

GetEnabled

func (o *UpdateNetworkWirelessSsidRequestDot11r) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *UpdateNetworkWirelessSsidRequestDot11r) GetEnabledOk() (*bool, bool)

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

SetEnabled

func (o *UpdateNetworkWirelessSsidRequestDot11r) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *UpdateNetworkWirelessSsidRequestDot11r) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetAdaptive

func (o *UpdateNetworkWirelessSsidRequestDot11r) GetAdaptive() bool

GetAdaptive returns the Adaptive field if non-nil, zero value otherwise.

GetAdaptiveOk

func (o *UpdateNetworkWirelessSsidRequestDot11r) GetAdaptiveOk() (*bool, bool)

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

SetAdaptive

func (o *UpdateNetworkWirelessSsidRequestDot11r) SetAdaptive(v bool)

SetAdaptive sets Adaptive field to given value.

HasAdaptive

func (o *UpdateNetworkWirelessSsidRequestDot11r) HasAdaptive() bool

HasAdaptive returns a boolean if a field has been set.

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