GetDevicePlainArgs

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

Constructors

Link copied to clipboard
fun GetDevicePlainArgs(deviceId: String, globalNetworkId: String)

Functions

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

Properties

Link copied to clipboard

The ID of the device.

Link copied to clipboard

The ID of the global network.