SmileProperties

@JsonClass(generateAdapter = true)
data class SmileProperties(@Json(name = "estimate") val estimate: Int?, @Json(name = "threshold") val threshold: List<String?>?)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard