BandSteeringMultiBandVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Mode | int32 | Mode should be a value as follows: 0: Disable; 1: Prefer 5GHz/6GHz; 2: Balance |
Methods
NewBandSteeringMultiBandVO
func NewBandSteeringMultiBandVO(mode int32, ) *BandSteeringMultiBandVO
NewBandSteeringMultiBandVO instantiates a new BandSteeringMultiBandVO 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
NewBandSteeringMultiBandVOWithDefaults
func NewBandSteeringMultiBandVOWithDefaults() *BandSteeringMultiBandVO
NewBandSteeringMultiBandVOWithDefaults instantiates a new BandSteeringMultiBandVO 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
GetMode
func (o *BandSteeringMultiBandVO) GetMode() int32
GetMode returns the Mode field if non-nil, zero value otherwise.
GetModeOk
func (o *BandSteeringMultiBandVO) GetModeOk() (*int32, bool)
GetModeOk returns a tuple with the Mode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMode
func (o *BandSteeringMultiBandVO) SetMode(v int32)
SetMode sets Mode field to given value.