CustomConfig constructor

CustomConfig({
  1. CustomOutputSpec? customOutput,
  2. String? description,
  3. Expr? predicate,
  4. String? recommendation,
  5. ResourceSelector? resourceSelector,
  6. String? severity,
})

Implementation

CustomConfig({
  this.customOutput,
  this.description,
  this.predicate,
  this.recommendation,
  this.resourceSelector,
  this.severity,
});