GoogleCloudDataplexV1UpdateGlossaryRequest constructor
GoogleCloudDataplexV1UpdateGlossaryRequest({
- GoogleCloudDataplexV1Glossary? glossary,
- String? updateMask,
- bool? validateOnly,
Implementation
GoogleCloudDataplexV1UpdateGlossaryRequest({
this.glossary,
this.updateMask,
this.validateOnly,
});