GoogleCloudContentwarehouseV1CreateDocumentResponse constructor
GoogleCloudContentwarehouseV1CreateDocumentResponse({
- GoogleCloudContentwarehouseV1Document? document,
- List<
GoogleLongrunningOperation> ? longRunningOperations, - GoogleCloudContentwarehouseV1ResponseMetadata? metadata,
- GoogleCloudContentwarehouseV1RuleEngineOutput? ruleEngineOutput,
Implementation
GoogleCloudContentwarehouseV1CreateDocumentResponse({
this.document,
this.longRunningOperations,
this.metadata,
this.ruleEngineOutput,
});