Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.3 KB

GetNetworkWirelessRfProfiles200ResponseApBandSettingsBands.md

File metadata and controls

56 lines (31 loc) · 2.3 KB

GetNetworkWirelessRfProfiles200ResponseApBandSettingsBands

Properties

Name Type Description Notes
Enabled Pointer to []string List of enabled bands. Can include ["2.4", "5", "6"] [optional]

Methods

NewGetNetworkWirelessRfProfiles200ResponseApBandSettingsBands

func NewGetNetworkWirelessRfProfiles200ResponseApBandSettingsBands() *GetNetworkWirelessRfProfiles200ResponseApBandSettingsBands

NewGetNetworkWirelessRfProfiles200ResponseApBandSettingsBands instantiates a new GetNetworkWirelessRfProfiles200ResponseApBandSettingsBands 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

NewGetNetworkWirelessRfProfiles200ResponseApBandSettingsBandsWithDefaults

func NewGetNetworkWirelessRfProfiles200ResponseApBandSettingsBandsWithDefaults() *GetNetworkWirelessRfProfiles200ResponseApBandSettingsBands

NewGetNetworkWirelessRfProfiles200ResponseApBandSettingsBandsWithDefaults instantiates a new GetNetworkWirelessRfProfiles200ResponseApBandSettingsBands 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 *GetNetworkWirelessRfProfiles200ResponseApBandSettingsBands) GetEnabled() []string

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

GetEnabledOk

func (o *GetNetworkWirelessRfProfiles200ResponseApBandSettingsBands) GetEnabledOk() (*[]string, 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 *GetNetworkWirelessRfProfiles200ResponseApBandSettingsBands) SetEnabled(v []string)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *GetNetworkWirelessRfProfiles200ResponseApBandSettingsBands) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

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