AvailabilityStatusJSON

data class AvailabilityStatusJSON(val status: Boolean, val recordedAt: String)

Constructors

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

Properties

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