GoogleCloudDataplexV1GlossaryTerm constructor

GoogleCloudDataplexV1GlossaryTerm({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? parent,
  7. String? uid,
  8. String? updateTime,
})

Implementation

GoogleCloudDataplexV1GlossaryTerm({
  this.createTime,
  this.description,
  this.displayName,
  this.labels,
  this.name,
  this.parent,
  this.uid,
  this.updateTime,
});