GoogleCloudContentwarehouseV1CreateDocumentResponse constructor

GoogleCloudContentwarehouseV1CreateDocumentResponse({
  1. GoogleCloudContentwarehouseV1Document? document,
  2. List<GoogleLongrunningOperation>? longRunningOperations,
  3. GoogleCloudContentwarehouseV1ResponseMetadata? metadata,
  4. GoogleCloudContentwarehouseV1RuleEngineOutput? ruleEngineOutput,
})

Implementation

GoogleCloudContentwarehouseV1CreateDocumentResponse({
  this.document,
  this.longRunningOperations,
  this.metadata,
  this.ruleEngineOutput,
});