Device List Response
@JsonClass(generateAdapter = true )
Content copied to clipboard
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())
Content copied to clipboard