GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations constructor

GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations({
  1. String? deprecated,
  2. String? description,
  3. String? displayName,
  4. int? displayOrder,
  5. String? stringType,
  6. List<String>? stringValues,
})

Implementation

GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations({
  this.deprecated,
  this.description,
  this.displayName,
  this.displayOrder,
  this.stringType,
  this.stringValues,
});