enumValues property
The list of values for an enum type.
You must define it if the type is enum.
Optional.
Implementation
core.List<GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue>?
enumValues;
The list of values for an enum type.
You must define it if the type is enum.
Optional.
core.List<GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue>?
enumValues;