InventoryZypperPatch class

Details related to a Zypper Patch.

Constructors

InventoryZypperPatch({String? category, String? patchName, String? severity, String? summary})
InventoryZypperPatch.fromJson(Map _json)

Properties

category String?
The category of the patch.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
patchName String?
The name of the patch.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
The severity specified for this patch
getter/setter pair
summary String?
Any summary information provided about this patch.
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