AutoEffectDevicesForVlanVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DeviceList | Pointer to []AutoEffectDeviceForVlanVO | Auto effect device list. | [optional] |
Methods
NewAutoEffectDevicesForVlanVO
func NewAutoEffectDevicesForVlanVO() *AutoEffectDevicesForVlanVO
NewAutoEffectDevicesForVlanVO instantiates a new AutoEffectDevicesForVlanVO 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
NewAutoEffectDevicesForVlanVOWithDefaults
func NewAutoEffectDevicesForVlanVOWithDefaults() *AutoEffectDevicesForVlanVO
NewAutoEffectDevicesForVlanVOWithDefaults instantiates a new AutoEffectDevicesForVlanVO 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
GetDeviceList
func (o *AutoEffectDevicesForVlanVO) GetDeviceList() []AutoEffectDeviceForVlanVO
GetDeviceList returns the DeviceList field if non-nil, zero value otherwise.
GetDeviceListOk
func (o *AutoEffectDevicesForVlanVO) GetDeviceListOk() (*[]AutoEffectDeviceForVlanVO, bool)
GetDeviceListOk returns a tuple with the DeviceList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeviceList
func (o *AutoEffectDevicesForVlanVO) SetDeviceList(v []AutoEffectDeviceForVlanVO)
SetDeviceList sets DeviceList field to given value.
HasDeviceList
func (o *AutoEffectDevicesForVlanVO) HasDeviceList() bool
HasDeviceList returns a boolean if a field has been set.