GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue constructor

GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue({
  1. String? deprecated,
  2. int? index,
  3. String? name,
})

Implementation

GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue({
  this.deprecated,
  this.index,
  this.name,
});