GoogleCloudDataplexV1CreateGlossaryTermRequest constructor
GoogleCloudDataplexV1CreateGlossaryTermRequest({
- String? parent,
- GoogleCloudDataplexV1GlossaryTerm? term,
- String? termId,
Implementation
GoogleCloudDataplexV1CreateGlossaryTermRequest({
this.parent,
this.term,
this.termId,
});