View Source GoogleApi.CloudAsset.V1.Model.WindowsUpdatePackage (google_api_cloud_asset v0.35.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.