allowedValues property

List<String>? allowedValues
getter/setter pair

List of values allowed at this resource.

Can only be set if all_values is set to ALL_VALUES_UNSPECIFIED.

Implementation

core.List<core.String>? allowedValues;