GoogleCloudDataplexV1DataTaxonomy constructor

GoogleCloudDataplexV1DataTaxonomy({
  1. int? attributeCount,
  2. int? classCount,
  3. String? createTime,
  4. String? description,
  5. String? displayName,
  6. String? etag,
  7. Map<String, String>? labels,
  8. String? name,
  9. String? uid,
  10. String? updateTime,
})

Implementation

GoogleCloudDataplexV1DataTaxonomy({
  this.attributeCount,
  this.classCount,
  this.createTime,
  this.description,
  this.displayName,
  this.etag,
  this.labels,
  this.name,
  this.uid,
  this.updateTime,
});