GoogleCloudDatacatalogV1Taxonomy constructor
GoogleCloudDatacatalogV1Taxonomy({
- List<
String> ? activatedPolicyTypes, - String? description,
- String? displayName,
- String? name,
- int? policyTagCount,
- GoogleCloudDatacatalogV1TaxonomyService? service,
- GoogleCloudDatacatalogV1SystemTimestamps? taxonomyTimestamps,
Implementation
GoogleCloudDatacatalogV1Taxonomy({
this.activatedPolicyTypes,
this.description,
this.displayName,
this.name,
this.policyTagCount,
this.service,
this.taxonomyTimestamps,
});