NonCompliantSummary class

A summary of resources that are not compliant. The summary is organized according to resource type.

Constructors

NonCompliantSummary({int? nonCompliantCount, SeveritySummary? severitySummary})
NonCompliantSummary.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nonCompliantCount int?
The total number of compliance items that are not compliant.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severitySummary SeveritySummary?
A summary of the non-compliance severity by compliance type
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited