GoogleCloudContentwarehouseV1UpdateOptions constructor

GoogleCloudContentwarehouseV1UpdateOptions({
  1. GoogleCloudContentwarehouseV1MergeFieldsOptions? mergeFieldsOptions,
  2. String? updateMask,
  3. String? updateType,
})

Implementation

GoogleCloudContentwarehouseV1UpdateOptions({
  this.mergeFieldsOptions,
  this.updateMask,
  this.updateType,
});