v1SimulatePolicyChainResponse constructor

const v1SimulatePolicyChainResponse({
  1. required v1Outcome finalDecision,
  2. String? matchedPolicyId,
  3. String? matchedPolicyName,
  4. String? reason,
  5. List<v1SimulationPolicyEvalDetail>? policyDetails,
  6. num? evaluatedCount,
  7. num? totalCount,
})

Implementation

const v1SimulatePolicyChainResponse({
  required this.finalDecision,
  this.matchedPolicyId,
  this.matchedPolicyName,
  this.reason,
  this.policyDetails,
  this.evaluatedCount,
  this.totalCount,
});