GoogleCloudDataplexV1CreateGlossaryTermRequest constructor

GoogleCloudDataplexV1CreateGlossaryTermRequest({
  1. String? parent,
  2. GoogleCloudDataplexV1GlossaryTerm? term,
  3. String? termId,
})

Implementation

GoogleCloudDataplexV1CreateGlossaryTermRequest({
  this.parent,
  this.term,
  this.termId,
});