GoogleCloudDataplexV1UpdateGlossaryCategoryRequest constructor

GoogleCloudDataplexV1UpdateGlossaryCategoryRequest({
  1. GoogleCloudDataplexV1GlossaryCategory? category,
  2. String? updateMask,
})

Implementation

GoogleCloudDataplexV1UpdateGlossaryCategoryRequest({
  this.category,
  this.updateMask,
});