GetDevicesPlainArgs

data class GetDevicesPlainArgs(val globalNetworkId: String, val siteId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetDevicesPlainArgs>

A collection of arguments for invoking getDevices.

Constructors

Link copied to clipboard
constructor(globalNetworkId: String, siteId: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

ID of the Global Network of the devices to retrieve.

Link copied to clipboard
val siteId: String? = null

ID of the site of the devices to retrieve.

Link copied to clipboard
val tags: Map<String, String>? = null

Restricts the list to the devices with these tags.

Functions

Link copied to clipboard
open override fun toJava(): GetDevicesPlainArgs