GazeYaw

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard