$ZypperPatch class
Used by:
- cloudasset:v1 : ZypperPatch
- osconfig:v1 : InventoryZypperPatch
Constructors
- $ZypperPatch({String? category, String? patchName, String? severity, String? summary})
- $ZypperPatch.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