GetDevicePlainArgs

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

Constructors

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

Properties

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

Functions

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