AvailabilityCommand

data class AvailabilityCommand(val status: Boolean?, val recordedAt: String?)

Constructors

Link copied to clipboard
fun AvailabilityCommand(status: Boolean?, recordedAt: String?)

Properties

Link copied to clipboard
@SerializedName(value = "recorded_at")
val recordedAt: String?
Link copied to clipboard
val status: Boolean?