Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.32 KB

GetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettings.md

File metadata and controls

82 lines (45 loc) · 3.32 KB

GetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettings

Properties

Name Type Description Notes
MinBitrate Pointer to int32 Min bitrate (Mbps) of 2.4Ghz band. [optional]
AxEnabled Pointer to bool Whether ax radio on 5Ghz band is on or off. [optional]

Methods

NewGetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettings

func NewGetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettings() *GetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettings

NewGetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettings instantiates a new GetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettings 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

NewGetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettingsWithDefaults

func NewGetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettingsWithDefaults() *GetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettings

NewGetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettingsWithDefaults instantiates a new GetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettings 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

GetMinBitrate

func (o *GetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettings) GetMinBitrate() int32

GetMinBitrate returns the MinBitrate field if non-nil, zero value otherwise.

GetMinBitrateOk

func (o *GetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettings) GetMinBitrateOk() (*int32, bool)

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

SetMinBitrate

func (o *GetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettings) SetMinBitrate(v int32)

SetMinBitrate sets MinBitrate field to given value.

HasMinBitrate

func (o *GetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettings) HasMinBitrate() bool

HasMinBitrate returns a boolean if a field has been set.

GetAxEnabled

func (o *GetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettings) GetAxEnabled() bool

GetAxEnabled returns the AxEnabled field if non-nil, zero value otherwise.

GetAxEnabledOk

func (o *GetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettings) GetAxEnabledOk() (*bool, bool)

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

SetAxEnabled

func (o *GetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettings) SetAxEnabled(v bool)

SetAxEnabled sets AxEnabled field to given value.

HasAxEnabled

func (o *GetNetworkApplianceRfProfiles200ResponseAssignedInnerFiveGhzSettings) HasAxEnabled() bool

HasAxEnabled returns a boolean if a field has been set.

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