GetDevicePlainArgs

data class GetDevicePlainArgs(val deviceId: String, val globalNetworkId: String) : ConvertibleToJava<GetDevicePlainArgs>

Constructors

Link copied to clipboard
constructor(deviceId: String, globalNetworkId: String)

Properties

Link copied to clipboard

The ID of the device.

Link copied to clipboard

The ID of the global network.

Functions

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