toloka.client.project.template_builder.fields.SelectFieldV1.Option
| Source code
Option( self, label: Optional[Any] = None, value: Optional[Any] = None)
Options to choose from.
Parameters | Type | Description |
---|---|---|
label | Optional[Any] | The name of the option to display in the list. |
value | Optional[Any] | The value to write to the data in the data property. |