GoogleCloudDataplexV1CreateGlossaryCategoryRequest constructor
GoogleCloudDataplexV1CreateGlossaryCategoryRequest({
- GoogleCloudDataplexV1GlossaryCategory? category,
- String? categoryId,
- String? parent,
Implementation
GoogleCloudDataplexV1CreateGlossaryCategoryRequest({
this.category,
this.categoryId,
this.parent,
});