GoogleCloudDataplexV1CreateGlossaryCategoryRequest constructor

GoogleCloudDataplexV1CreateGlossaryCategoryRequest({
  1. GoogleCloudDataplexV1GlossaryCategory? category,
  2. String? categoryId,
  3. String? parent,
})

Implementation

GoogleCloudDataplexV1CreateGlossaryCategoryRequest({
  this.category,
  this.categoryId,
  this.parent,
});