OswMacListVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| SwitchMacList | []string | Switch Mac List |
Methods
NewOswMacListVO
func NewOswMacListVO(switchMacList []string, ) *OswMacListVO
NewOswMacListVO instantiates a new OswMacListVO 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
NewOswMacListVOWithDefaults
func NewOswMacListVOWithDefaults() *OswMacListVO
NewOswMacListVOWithDefaults instantiates a new OswMacListVO 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
GetSwitchMacList
func (o *OswMacListVO) GetSwitchMacList() []string
GetSwitchMacList returns the SwitchMacList field if non-nil, zero value otherwise.
GetSwitchMacListOk
func (o *OswMacListVO) GetSwitchMacListOk() (*[]string, bool)
GetSwitchMacListOk returns a tuple with the SwitchMacList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSwitchMacList
func (o *OswMacListVO) SetSwitchMacList(v []string)
SetSwitchMacList sets SwitchMacList field to given value.