GoogleCloudContentwarehouseV1RuleEngineOutput constructor

GoogleCloudContentwarehouseV1RuleEngineOutput({
  1. GoogleCloudContentwarehouseV1ActionExecutorOutput? actionExecutorOutput,
  2. String? documentName,
  3. GoogleCloudContentwarehouseV1RuleEvaluatorOutput? ruleEvaluatorOutput,
})

Implementation

GoogleCloudContentwarehouseV1RuleEngineOutput({
  this.actionExecutorOutput,
  this.documentName,
  this.ruleEvaluatorOutput,
});