APMACList
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MacList | Pointer to []string | Ap mac list | [optional] |
Methods
NewAPMACList
func NewAPMACList() *APMACList
NewAPMACList instantiates a new APMACList 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
NewAPMACListWithDefaults
func NewAPMACListWithDefaults() *APMACList
NewAPMACListWithDefaults instantiates a new APMACList 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 *APMACList) GetMacList() []string
GetMacList returns the MacList field if non-nil, zero value otherwise.
GetMacListOk
func (o *APMACList) 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 *APMACList) SetMacList(v []string)
SetMacList sets MacList field to given value.
HasMacList
func (o *APMACList) HasMacList() bool
HasMacList returns a boolean if a field has been set.