ValueValidationResponse

data class ValueValidationResponse(val values: List<String>)

Validation based on a list of allowed values.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of allowed values for the parameter.