$UpgradeDistribution class

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.
getter/setter pair
cpeUri String?
Required - The specific operating system this metadata applies to.
getter/setter pair
cve List<String>?
The cve tied to this Upgrade.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
The severity as specified by the upstream operating system.
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