Skip to content

DeviceListAddMultiSiteBySnOpenApiVO

Properties

Name Type Description Notes
Devices []AddDeviceWithSiteBySnOpenApiVO Add devices list

Methods

NewDeviceListAddMultiSiteBySnOpenApiVO

func NewDeviceListAddMultiSiteBySnOpenApiVO(devices []AddDeviceWithSiteBySnOpenApiVO, ) *DeviceListAddMultiSiteBySnOpenApiVO

NewDeviceListAddMultiSiteBySnOpenApiVO instantiates a new DeviceListAddMultiSiteBySnOpenApiVO 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

NewDeviceListAddMultiSiteBySnOpenApiVOWithDefaults

func NewDeviceListAddMultiSiteBySnOpenApiVOWithDefaults() *DeviceListAddMultiSiteBySnOpenApiVO

NewDeviceListAddMultiSiteBySnOpenApiVOWithDefaults instantiates a new DeviceListAddMultiSiteBySnOpenApiVO 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

GetDevices

func (o *DeviceListAddMultiSiteBySnOpenApiVO) GetDevices() []AddDeviceWithSiteBySnOpenApiVO

GetDevices returns the Devices field if non-nil, zero value otherwise.

GetDevicesOk

func (o *DeviceListAddMultiSiteBySnOpenApiVO) GetDevicesOk() (*[]AddDeviceWithSiteBySnOpenApiVO, bool)

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

SetDevices

func (o *DeviceListAddMultiSiteBySnOpenApiVO) SetDevices(v []AddDeviceWithSiteBySnOpenApiVO)

SetDevices sets Devices field to given value.

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