Option

@Serializable
data class Option(val label: String, val value: String)

Data class representing an option.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The label of the option.

Link copied to clipboard

The value of the option.