FixableTotalByDigest class
Per resource and severity counts of fixable and total vulnerabilities.
Constructors
- FixableTotalByDigest({String? fixableCount, Resource? resource, String? severity, String? totalCount})
- FixableTotalByDigest.fromJson(Map _json)
Properties
- fixableCount ↔ String?
-
The number of fixable vulnerabilities associated with this resource.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- resource ↔ Resource?
-
The affected resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- severity ↔ String?
-
The severity for this count.
getter/setter pair
- totalCount ↔ String?
-
The total number of vulnerabilities associated with this resource.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited