NaturalLight

@JsonClass(generateAdapter = true)
data class NaturalLight(@Json(name = "estimate") val estimate: Int?, @Json(name = "threshold") val threshold: Int?)

Constructors

Link copied to clipboard
constructor(@Json(name = "estimate") estimate: Int?, @Json(name = "threshold") threshold: Int?)

Properties

Link copied to clipboard
Link copied to clipboard