AvailableValue

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

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

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)