AvailableValue

@JsonClass(generateAdapter = true)
data class AvailableValue(val value: String, val label: String, val preselected: Boolean)

Available parameter value.

Parameters

value

Parameter value.

label

Value display label.

preselected

Indicates whether the value should be preselected by default.

Constructors

Link copied to clipboard
constructor(value: String, label: String, preselected: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard