Skip to content

FullChanScanCommandOpenApiVO

Properties

Name Type Description Notes
EnableChannelUtil Pointer to bool Whether to enable channel load detect. [optional]
EnableWifiInterference Pointer to bool Whether to enable wifi interference detect. [optional]

Methods

NewFullChanScanCommandOpenApiVO

func NewFullChanScanCommandOpenApiVO() *FullChanScanCommandOpenApiVO

NewFullChanScanCommandOpenApiVO instantiates a new FullChanScanCommandOpenApiVO 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

NewFullChanScanCommandOpenApiVOWithDefaults

func NewFullChanScanCommandOpenApiVOWithDefaults() *FullChanScanCommandOpenApiVO

NewFullChanScanCommandOpenApiVOWithDefaults instantiates a new FullChanScanCommandOpenApiVO 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

GetEnableChannelUtil

func (o *FullChanScanCommandOpenApiVO) GetEnableChannelUtil() bool

GetEnableChannelUtil returns the EnableChannelUtil field if non-nil, zero value otherwise.

GetEnableChannelUtilOk

func (o *FullChanScanCommandOpenApiVO) GetEnableChannelUtilOk() (*bool, bool)

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

SetEnableChannelUtil

func (o *FullChanScanCommandOpenApiVO) SetEnableChannelUtil(v bool)

SetEnableChannelUtil sets EnableChannelUtil field to given value.

HasEnableChannelUtil

func (o *FullChanScanCommandOpenApiVO) HasEnableChannelUtil() bool

HasEnableChannelUtil returns a boolean if a field has been set.

GetEnableWifiInterference

func (o *FullChanScanCommandOpenApiVO) GetEnableWifiInterference() bool

GetEnableWifiInterference returns the EnableWifiInterference field if non-nil, zero value otherwise.

GetEnableWifiInterferenceOk

func (o *FullChanScanCommandOpenApiVO) GetEnableWifiInterferenceOk() (*bool, bool)

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

SetEnableWifiInterference

func (o *FullChanScanCommandOpenApiVO) SetEnableWifiInterference(v bool)

SetEnableWifiInterference sets EnableWifiInterference field to given value.

HasEnableWifiInterference

func (o *FullChanScanCommandOpenApiVO) HasEnableWifiInterference() bool

HasEnableWifiInterference returns a boolean if a field has been set.

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