SeveritySummary class
The number of managed instances found for each patch severity level defined in the request filter.
Constructors
- SeveritySummary({int? criticalCount, int? highCount, int? informationalCount, int? lowCount, int? mediumCount, int? unspecifiedCount})
-
SeveritySummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- criticalCount → int?
-
The total number of resources or compliance items that have a severity level
of critical. Critical severity is determined by the organization that
published the compliance items.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- highCount → int?
-
The total number of resources or compliance items that have a severity level
of high. High severity is determined by the organization that published the
compliance items.
final
- informationalCount → int?
-
The total number of resources or compliance items that have a severity level
of informational. Informational severity is determined by the organization
that published the compliance items.
final
- lowCount → int?
-
The total number of resources or compliance items that have a severity level
of low. Low severity is determined by the organization that published the
compliance items.
final
- mediumCount → int?
-
The total number of resources or compliance items that have a severity level
of medium. Medium severity is determined by the organization that published
the compliance items.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unspecifiedCount → int?
-
The total number of resources or compliance items that have a severity level
of unspecified. Unspecified severity is determined by the organization that
published the compliance items.
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