RuleViolationInfo constructor

RuleViolationInfo({
  1. String? dataSource,
  2. List<MatchInfo>? matchInfo,
  3. List<String>? recipients,
  4. ResourceInfo? resourceInfo,
  5. RuleInfo? ruleInfo,
  6. List<String>? suppressedActionTypes,
  7. String? trigger,
  8. List<ActionInfo>? triggeredActionInfo,
  9. List<String>? triggeredActionTypes,
  10. String? triggeringUserEmail,
})

Implementation

RuleViolationInfo({
  this.dataSource,
  this.matchInfo,
  this.recipients,
  this.resourceInfo,
  this.ruleInfo,
  this.suppressedActionTypes,
  this.trigger,
  this.triggeredActionInfo,
  this.triggeredActionTypes,
  this.triggeringUserEmail,
});