CustomConfig constructor
CustomConfig({
- CustomOutputSpec? customOutput,
- String? description,
- Expr? predicate,
- String? recommendation,
- ResourceSelector? resourceSelector,
- String? severity,
Implementation
CustomConfig({
this.customOutput,
this.description,
this.predicate,
this.recommendation,
this.resourceSelector,
this.severity,
});