GoogleApi.CloudAsset.V1.Model.WindowsUpdatePackage (google_api_cloud_asset v0.22.1) View Source
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.
Attributes
-
categories(type:list(GoogleApi.CloudAsset.V1.Model.WindowsUpdateCategory.t), default:nil) - The categories that are associated with this update package. -
description(type:String.t, default:nil) - The localized description of the update package. -
kbArticleIds(type:list(String.t), default:nil) - A collection of Microsoft Knowledge Base article IDs that are associated with the update package. -
lastDeploymentChangeTime(type:DateTime.t, default:nil) - The last published date of the update, in (UTC) date and time. -
moreInfoUrls(type:list(String.t), default:nil) - A collection of URLs that provide more information about the update package. -
revisionNumber(type:integer(), default:nil) - The revision number of this update package. -
supportUrl(type:String.t, default:nil) - A hyperlink to the language-specific support information for the update. -
title(type:String.t, default:nil) - The localized title of the update package. -
updateId(type:String.t, default:nil) - Gets the identifier of an update package. Stays the same across revisions.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudAsset.V1.Model.WindowsUpdatePackage{
categories: [GoogleApi.CloudAsset.V1.Model.WindowsUpdateCategory.t()] | nil,
description: String.t() | nil,
kbArticleIds: [String.t()] | nil,
lastDeploymentChangeTime: DateTime.t() | nil,
moreInfoUrls: [String.t()] | nil,
revisionNumber: integer() | nil,
supportUrl: String.t() | nil,
title: String.t() | nil,
updateId: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.