enumValues property

The list of values for an enum type.

Needs to be defined if the type is enum.

Optional.

Implementation

core.List<GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue>?
    enumValues;