Skip to content

WidthRangeVO

Properties

Name Type Description Notes
MaxWidth5g Pointer to int32 Maximum channel width in 5 GHz. Parameter [maxWidth5g] should be 20,40,80,160,240. [optional]
MaxWidth6g Pointer to int32 Maximum channel width in 6 GHz. Parameter [maxWidth6g] should be 20,40,80,160,320. [optional]
MinWidth5g Pointer to int32 Minimum channel width in 5 GHz. Parameter [minWidth5g] should be 20,40,80,160,240. [optional]
MinWidth6g Pointer to int32 Minimum channel width in 6 GHz. Parameter [minWidth6g] should be 20,40,80,160,320. [optional]

Methods

NewWidthRangeVO

func NewWidthRangeVO() *WidthRangeVO

NewWidthRangeVO instantiates a new WidthRangeVO 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

NewWidthRangeVOWithDefaults

func NewWidthRangeVOWithDefaults() *WidthRangeVO

NewWidthRangeVOWithDefaults instantiates a new WidthRangeVO 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

GetMaxWidth5g

func (o *WidthRangeVO) GetMaxWidth5g() int32

GetMaxWidth5g returns the MaxWidth5g field if non-nil, zero value otherwise.

GetMaxWidth5gOk

func (o *WidthRangeVO) GetMaxWidth5gOk() (*int32, bool)

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

SetMaxWidth5g

func (o *WidthRangeVO) SetMaxWidth5g(v int32)

SetMaxWidth5g sets MaxWidth5g field to given value.

HasMaxWidth5g

func (o *WidthRangeVO) HasMaxWidth5g() bool

HasMaxWidth5g returns a boolean if a field has been set.

GetMaxWidth6g

func (o *WidthRangeVO) GetMaxWidth6g() int32

GetMaxWidth6g returns the MaxWidth6g field if non-nil, zero value otherwise.

GetMaxWidth6gOk

func (o *WidthRangeVO) GetMaxWidth6gOk() (*int32, bool)

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

SetMaxWidth6g

func (o *WidthRangeVO) SetMaxWidth6g(v int32)

SetMaxWidth6g sets MaxWidth6g field to given value.

HasMaxWidth6g

func (o *WidthRangeVO) HasMaxWidth6g() bool

HasMaxWidth6g returns a boolean if a field has been set.

GetMinWidth5g

func (o *WidthRangeVO) GetMinWidth5g() int32

GetMinWidth5g returns the MinWidth5g field if non-nil, zero value otherwise.

GetMinWidth5gOk

func (o *WidthRangeVO) GetMinWidth5gOk() (*int32, bool)

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

SetMinWidth5g

func (o *WidthRangeVO) SetMinWidth5g(v int32)

SetMinWidth5g sets MinWidth5g field to given value.

HasMinWidth5g

func (o *WidthRangeVO) HasMinWidth5g() bool

HasMinWidth5g returns a boolean if a field has been set.

GetMinWidth6g

func (o *WidthRangeVO) GetMinWidth6g() int32

GetMinWidth6g returns the MinWidth6g field if non-nil, zero value otherwise.

GetMinWidth6gOk

func (o *WidthRangeVO) GetMinWidth6gOk() (*int32, bool)

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

SetMinWidth6g

func (o *WidthRangeVO) SetMinWidth6g(v int32)

SetMinWidth6g sets MinWidth6g field to given value.

HasMinWidth6g

func (o *WidthRangeVO) HasMinWidth6g() bool

HasMinWidth6g returns a boolean if a field has been set.

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