GoogleCloudDataplexV1UpdateGlossaryRequest constructor

GoogleCloudDataplexV1UpdateGlossaryRequest({
  1. GoogleCloudDataplexV1Glossary? glossary,
  2. String? updateMask,
  3. bool? validateOnly,
})

Implementation

GoogleCloudDataplexV1UpdateGlossaryRequest({
  this.glossary,
  this.updateMask,
  this.validateOnly,
});