PolicyTestResponse constructor

PolicyTestResponse({
  1. String? schemaVersion,
  2. Object? original,
  3. Object? modified,
  4. Object? matchedRule,
  5. int? rulesEvaluated,
})

Returns a new PolicyTestResponse instance.

Implementation

PolicyTestResponse({
  this.schemaVersion,
  this.original,
  this.modified,
  this.matchedRule,
  this.rulesEvaluated,
});