GoogleCloudDatacatalogV1Tag constructor

GoogleCloudDatacatalogV1Tag({
  1. String? column,
  2. Map<String, GoogleCloudDatacatalogV1TagField>? fields,
  3. String? name,
  4. String? template,
  5. String? templateDisplayName,
})

Implementation

GoogleCloudDatacatalogV1Tag({
  this.column,
  this.fields,
  this.name,
  this.template,
  this.templateDisplayName,
});