Check

@JsonClass(generateAdapter = true)
data class Check(@Json(name = "name") val name: String?, @Json(name = "object_value") val objectValue: Double?, @Json(name = "result") val result: Int?, @Json(name = "threshold_value") val thresholdValue: Int?)

Constructors

Link copied to clipboard
constructor(@Json(name = "name") name: String?, @Json(name = "object_value") objectValue: Double?, @Json(name = "result") result: Int?, @Json(name = "threshold_value") thresholdValue: Int?)

Properties

Link copied to clipboard
val name: String?
Link copied to clipboard
Link copied to clipboard
val result: Int?
Link copied to clipboard