GoogleCloudDatacatalogV1TagTemplate constructor

GoogleCloudDatacatalogV1TagTemplate({
  1. String? displayName,
  2. Map<String, GoogleCloudDatacatalogV1TagTemplateField>? fields,
  3. bool? isPubliclyReadable,
  4. String? name,
})

Implementation

GoogleCloudDatacatalogV1TagTemplate({
  this.displayName,
  this.fields,
  this.isPubliclyReadable,
  this.name,
});