GoogleCloudDatacatalogV1Taxonomy constructor

GoogleCloudDatacatalogV1Taxonomy({
  1. List<String>? activatedPolicyTypes,
  2. String? description,
  3. String? displayName,
  4. String? name,
  5. int? policyTagCount,
  6. GoogleCloudDatacatalogV1TaxonomyService? service,
  7. GoogleCloudDatacatalogV1SystemTimestamps? taxonomyTimestamps,
})

Implementation

GoogleCloudDatacatalogV1Taxonomy({
  this.activatedPolicyTypes,
  this.description,
  this.displayName,
  this.name,
  this.policyTagCount,
  this.service,
  this.taxonomyTimestamps,
});