$UpgradeDistribution class Null safety
Used by:
- containeranalysis:v1 : UpgradeDistribution
- ondemandscanning:v1 : UpgradeDistribution
Constructors
-
$UpgradeDistribution({String? classification, String? cpeUri, List<
String> ? cve, String? severity}) - $UpgradeDistribution.fromJson(Map json_)
Properties
- classification ↔ String?
-
The operating system classification of this Upgrade, as specified by the
upstream operating system upgrade feed.
read / write
- cpeUri ↔ String?
-
Required - The specific operating system this metadata applies to.
read / write
-
cve
↔ List<
String> ? -
The cve tied to this Upgrade.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- severity ↔ String?
-
The severity as specified by the upstream operating system.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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