SetRoomKeysResponse

@Serializable
data class SetRoomKeysResponse(val count: Long, val etag: String)

Constructors

Link copied to clipboard
constructor(count: Long, etag: String)

Properties

Link copied to clipboard
@SerialName(value = "count")
val count: Long
Link copied to clipboard
@SerialName(value = "etag")
val etag: String