GoogleCloudContentwarehouseV1RuleEvaluatorOutput constructor

GoogleCloudContentwarehouseV1RuleEvaluatorOutput({
  1. List<GoogleCloudContentwarehouseV1InvalidRule>? invalidRules,
  2. List<GoogleCloudContentwarehouseV1Rule>? matchedRules,
  3. List<GoogleCloudContentwarehouseV1Rule>? triggeredRules,
})

Implementation

GoogleCloudContentwarehouseV1RuleEvaluatorOutput({
  this.invalidRules,
  this.matchedRules,
  this.triggeredRules,
});