GoogleCloudDataplexV1CreateGlossaryRequest constructor
GoogleCloudDataplexV1CreateGlossaryRequest({
- GoogleCloudDataplexV1Glossary? glossary,
- String? glossaryId,
- String? parent,
- bool? validateOnly,
Implementation
GoogleCloudDataplexV1CreateGlossaryRequest({
this.glossary,
this.glossaryId,
this.parent,
this.validateOnly,
});