DeviceListResponse

@JsonClass(generateAdapter = true)
data class DeviceListResponse(val changed: List<String> = emptyList(), val left: List<String> = emptyList())

This class describes the device list response from a sync request.

Constructors

Link copied to clipboard
fun DeviceListResponse(changed: List<String> = emptyList(), left: List<String> = emptyList())

Properties

Link copied to clipboard
val changed: List<String>
Link copied to clipboard
val left: List<String>