Captures a single enum entry which has a label and value.
Name | Type | Description | Notes |
---|---|---|---|
label | str | Label for the enum value. A user friendly short string to identify the enum value. | [optional] |
value | str | Enum value for this enum entry. Value will be passed to the workflow as string type for execution. | [optional] |