allowedValues property
The list of allowed values when the attribute value is of type enum.
This is required when the data_type of the attribute is ENUM. The maximum number of allowed values of an attribute will be 1000.
Optional.
Implementation
core.List<GoogleCloudApihubV1AllowedValue>? allowedValues;