MatchPolicy

@JsonClass(generateAdapter = true)
data class MatchPolicy(@Json(name = "candidates") val candidates: Candidates?, @Json(name = "filters") val filters: Filters?, @Json(name = "label") val label: String?, @Json(name = "limit") val limit: Int?, @Json(name = "targets") val targets: List<String>?, @Json(name = "threshold") val threshold: Double?)

Constructors

Link copied to clipboard
constructor(@Json(name = "candidates") candidates: Candidates?, @Json(name = "filters") filters: Filters?, @Json(name = "label") label: String?, @Json(name = "limit") limit: Int?, @Json(name = "targets") targets: List<String>?, @Json(name = "threshold") threshold: Double?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val limit: Int?
Link copied to clipboard
Link copied to clipboard