DevicesListResponse

@JsonClass(generateAdapter = true)
data class DevicesListResponse(@Json(name = "devices") val devices: List<DeviceInfo>? = null)

This class describes the response to https://matrix.org/docs/spec/client_server/r0.4.0.html#get-matrix-client-r0-devices

Constructors

Link copied to clipboard
fun DevicesListResponse(@Json(name = "devices") devices: List<DeviceInfo>? = null)

Properties

Link copied to clipboard
val devices: List<DeviceInfo>? = null