GoogleCloudContentwarehouseV1RuleEngineOutput constructor
GoogleCloudContentwarehouseV1RuleEngineOutput({
- GoogleCloudContentwarehouseV1ActionExecutorOutput? actionExecutorOutput,
- String? documentName,
- GoogleCloudContentwarehouseV1RuleEvaluatorOutput? ruleEvaluatorOutput,
Implementation
GoogleCloudContentwarehouseV1RuleEngineOutput({
this.actionExecutorOutput,
this.documentName,
this.ruleEvaluatorOutput,
});