GetDevicePlainArgs

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

A collection of arguments for invoking getDevice.

Constructors

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

Properties

Link copied to clipboard

ID of the device.

Link copied to clipboard

ID of the global network.

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

Key-value tags for the device.

Functions

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