UnsignedDeviceInfo

@JsonClass(generateAdapter = true)
data class UnsignedDeviceInfo(@Json(name = "device_display_name") val deviceDisplayName: String? = null)

Constructors

Link copied to clipboard
fun UnsignedDeviceInfo(@Json(name = "device_display_name") deviceDisplayName: String? = null)

Properties

Link copied to clipboard
val deviceDisplayName: String? = null

The display name which the user set on the device.