InventoryWindowsUpdatePackage class
Details related to a Windows Update package.
Field data and names are taken from Windows Update API IUpdate Interface: https://docs.microsoft.com/en-us/windows/win32/api/_wua/ Descriptive fields like title, and description are localized based on the locale of the VM being updated.
Constructors
-
InventoryWindowsUpdatePackage({List<
InventoryWindowsUpdatePackageWindowsUpdateCategory> ? categories, String? description, List<String> ? kbArticleIds, String? lastDeploymentChangeTime, List<String> ? moreInfoUrls, int? revisionNumber, String? supportUrl, String? title, String? updateId}) - InventoryWindowsUpdatePackage.fromJson(Map _json)
Properties
-
categories
↔ List<
InventoryWindowsUpdatePackageWindowsUpdateCategory> ? -
The categories that are associated with this update package.
getter/setter pair
- description ↔ String?
-
The localized description of the update package.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
kbArticleIds
↔ List<
String> ? -
A collection of Microsoft Knowledge Base article IDs that are associated
with the update package.
getter/setter pair
- lastDeploymentChangeTime ↔ String?
-
The last published date of the update, in (UTC) date and time.
getter/setter pair
-
moreInfoUrls
↔ List<
String> ? -
A collection of URLs that provide more information about the update
package.
getter/setter pair
- revisionNumber ↔ int?
-
The revision number of this update package.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportUrl ↔ String?
-
A hyperlink to the language-specific support information for the update.
getter/setter pair
- title ↔ String?
-
The localized title of the update package.
getter/setter pair
- updateId ↔ String?
-
Gets the identifier of an update package.
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