ValidationOption

data class ValidationOption(val id: String, val name: String)

Represents a single valid choice for a field, enriched with a localized display name.

Constructors

Link copied to clipboard
constructor(id: String, name: String)

Properties

Link copied to clipboard
val id: String

The unique identifier or value of the option (sent to the API).

Link copied to clipboard

The localized display name shown to the user.