Skip to content

QueryDeviceListOpenApiVO

Properties

Name Type Description Notes
Macs []string The device MAC address list.

Methods

NewQueryDeviceListOpenApiVO

func NewQueryDeviceListOpenApiVO(macs []string, ) *QueryDeviceListOpenApiVO

NewQueryDeviceListOpenApiVO instantiates a new QueryDeviceListOpenApiVO 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

NewQueryDeviceListOpenApiVOWithDefaults

func NewQueryDeviceListOpenApiVOWithDefaults() *QueryDeviceListOpenApiVO

NewQueryDeviceListOpenApiVOWithDefaults instantiates a new QueryDeviceListOpenApiVO 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

GetMacs

func (o *QueryDeviceListOpenApiVO) GetMacs() []string

GetMacs returns the Macs field if non-nil, zero value otherwise.

GetMacsOk

func (o *QueryDeviceListOpenApiVO) GetMacsOk() (*[]string, bool)

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

SetMacs

func (o *QueryDeviceListOpenApiVO) SetMacs(v []string)

SetMacs sets Macs field to given value.

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