GoogleCloudDataplexV1Glossary constructor

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

Implementation

GoogleCloudDataplexV1Glossary({
  this.categoryCount,
  this.createTime,
  this.description,
  this.displayName,
  this.etag,
  this.labels,
  this.name,
  this.termCount,
  this.uid,
  this.updateTime,
});