InventoryWindowsQuickFixEngineeringPackage class
Information related to a Quick Fix Engineering package.
Fields are taken from Windows QuickFixEngineering Interface and match the source names: https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering
Constructors
- InventoryWindowsQuickFixEngineeringPackage({String? description, String? hotFixId, String? installTime})
- InventoryWindowsQuickFixEngineeringPackage.fromJson(Map _json)
Properties
-
A short textual description of the QFE update.
getter/setter pair
- description ↔ String?
-
A textual description of the QFE update.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hotFixId ↔ String?
-
Unique identifier associated with a particular QFE update.
getter/setter pair
- installTime ↔ String?
-
Date that the QFE update was installed.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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