allowedValues property

List<String>? allowedValues
getter/setter pair

Possible values for the attribute.

The number of allowed values must not exceed 500. An empty list is invalid. The list can only be expanded after creation.

Required.

Implementation

core.List<core.String>? allowedValues;