Skip to content

DeviceListAddOpenApiVO

Properties

Name Type Description Notes
Devices []AddDeviceVO Add devices list

Methods

NewDeviceListAddOpenApiVO

func NewDeviceListAddOpenApiVO(devices []AddDeviceVO, ) *DeviceListAddOpenApiVO

NewDeviceListAddOpenApiVO instantiates a new DeviceListAddOpenApiVO 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

NewDeviceListAddOpenApiVOWithDefaults

func NewDeviceListAddOpenApiVOWithDefaults() *DeviceListAddOpenApiVO

NewDeviceListAddOpenApiVOWithDefaults instantiates a new DeviceListAddOpenApiVO 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 *DeviceListAddOpenApiVO) GetDevices() []AddDeviceVO

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

GetDevicesOk

func (o *DeviceListAddOpenApiVO) GetDevicesOk() (*[]AddDeviceVO, 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 *DeviceListAddOpenApiVO) SetDevices(v []AddDeviceVO)

SetDevices sets Devices field to given value.

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