BandSteeringMultiBandOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Mode | int32 | Mode should be a value as follows: 0: Disable; 1: Prefer 5GHz/6GHz; 2: Balance |
Methods
NewBandSteeringMultiBandOpenApiVO
func NewBandSteeringMultiBandOpenApiVO(mode int32, ) *BandSteeringMultiBandOpenApiVO
NewBandSteeringMultiBandOpenApiVO instantiates a new BandSteeringMultiBandOpenApiVO 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
NewBandSteeringMultiBandOpenApiVOWithDefaults
func NewBandSteeringMultiBandOpenApiVOWithDefaults() *BandSteeringMultiBandOpenApiVO
NewBandSteeringMultiBandOpenApiVOWithDefaults instantiates a new BandSteeringMultiBandOpenApiVO 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 *BandSteeringMultiBandOpenApiVO) GetMode() int32
GetMode returns the Mode field if non-nil, zero value otherwise.
GetModeOk
func (o *BandSteeringMultiBandOpenApiVO) 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 *BandSteeringMultiBandOpenApiVO) SetMode(v int32)
SetMode sets Mode field to given value.