entryValue property

List<String>? entryValue
getter/setter pair

For choice or multiselect restrictions, the list of possible entries' machine-readable values.

These values should be used in the configuration, either as a single string value for a choice restriction or in a stringArray for a multiselect restriction.

Implementation

core.List<core.String>? entryValue;