GetDevicePlainArgs

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

Constructors

Link copied to clipboard
fun GetDevicePlainArgs(customer: String? = null, deviceId: String)

Functions

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

Properties

Link copied to clipboard
val customer: String? = null
Link copied to clipboard