NewDeviceMetadata

@JsonSerializable
data class NewDeviceMetadata(val DeviceGroupKey: String? = null, val DeviceKey: String? = null)

Constructors

Link copied to clipboard
constructor(DeviceGroupKey: String? = null, DeviceKey: String? = null)

Properties

Link copied to clipboard
val DeviceGroupKey: String? = null
Link copied to clipboard
val DeviceKey: String? = null