GoogleCloudContentwarehouseV1UpdateDocumentResponse constructor

GoogleCloudContentwarehouseV1UpdateDocumentResponse({
  1. GoogleCloudContentwarehouseV1Document? document,
  2. GoogleCloudContentwarehouseV1ResponseMetadata? metadata,
  3. GoogleCloudContentwarehouseV1RuleEngineOutput? ruleEngineOutput,
})

Implementation

GoogleCloudContentwarehouseV1UpdateDocumentResponse({
  this.document,
  this.metadata,
  this.ruleEngineOutput,
});