Skip to content

DisableFullChanDetectApListOpenApiVO

Properties

Name Type Description Notes
MacList Pointer to []string List of macs for APs that can not perform interference detection. [optional]

Methods

NewDisableFullChanDetectApListOpenApiVO

func NewDisableFullChanDetectApListOpenApiVO() *DisableFullChanDetectApListOpenApiVO

NewDisableFullChanDetectApListOpenApiVO instantiates a new DisableFullChanDetectApListOpenApiVO 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

NewDisableFullChanDetectApListOpenApiVOWithDefaults

func NewDisableFullChanDetectApListOpenApiVOWithDefaults() *DisableFullChanDetectApListOpenApiVO

NewDisableFullChanDetectApListOpenApiVOWithDefaults instantiates a new DisableFullChanDetectApListOpenApiVO 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

GetMacList

func (o *DisableFullChanDetectApListOpenApiVO) GetMacList() []string

GetMacList returns the MacList field if non-nil, zero value otherwise.

GetMacListOk

func (o *DisableFullChanDetectApListOpenApiVO) GetMacListOk() (*[]string, bool)

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

SetMacList

func (o *DisableFullChanDetectApListOpenApiVO) SetMacList(v []string)

SetMacList sets MacList field to given value.

HasMacList

func (o *DisableFullChanDetectApListOpenApiVO) HasMacList() bool

HasMacList returns a boolean if a field has been set.

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