GoogleCloudDataplexV1CreateGlossaryRequest constructor

GoogleCloudDataplexV1CreateGlossaryRequest({
  1. GoogleCloudDataplexV1Glossary? glossary,
  2. String? glossaryId,
  3. String? parent,
  4. bool? validateOnly,
})

Implementation

GoogleCloudDataplexV1CreateGlossaryRequest({
  this.glossary,
  this.glossaryId,
  this.parent,
  this.validateOnly,
});