PolicyViolationSummary constructor

PolicyViolationSummary({
  1. String? conformantResourcesCount,
  2. String? evaluationErrorsCount,
  3. String? outOfScopeResourcesCount,
  4. String? policyViolationsCount,
})

Implementation

PolicyViolationSummary({
  this.conformantResourcesCount,
  this.evaluationErrorsCount,
  this.outOfScopeResourcesCount,
  this.policyViolationsCount,
});