GoogleCloudContentwarehouseV1RuleEvaluatorOutput constructor
GoogleCloudContentwarehouseV1RuleEvaluatorOutput({
- List<
GoogleCloudContentwarehouseV1InvalidRule> ? invalidRules, - List<
GoogleCloudContentwarehouseV1Rule> ? matchedRules, - List<
GoogleCloudContentwarehouseV1Rule> ? triggeredRules,
Implementation
GoogleCloudContentwarehouseV1RuleEvaluatorOutput({
this.invalidRules,
this.matchedRules,
this.triggeredRules,
});