SelectParamOption
A single choice of a :class:SelectParam.
:param label: Human readable text shown in the interface. :param value: Value actually stored / returned for this choice (any json serializable value: str, int, float, ...).
Attributes
label: strvalue: Any