GoogleCloudDatacatalogV1TagTemplateField constructor

GoogleCloudDatacatalogV1TagTemplateField({
  1. String? description,
  2. String? displayName,
  3. bool? isRequired,
  4. String? name,
  5. int? order,
  6. GoogleCloudDatacatalogV1FieldType? type,
})

Implementation

GoogleCloudDatacatalogV1TagTemplateField({
  this.description,
  this.displayName,
  this.isRequired,
  this.name,
  this.order,
  this.type,
});