View Source GoogleApi.ContainerAnalysis.V1.Model.WindowsUpdate (google_api_container_analysis v0.28.0)

Windows Update represents the metadata about the update for the Windows operating system. The fields in this message come from the Windows Update API documented at https://docs.microsoft.com/en-us/windows/win32/api/wuapi/nn-wuapi-iupdate.

Attributes

  • categories (type: list(GoogleApi.ContainerAnalysis.V1.Model.Category.t), default: nil) - The list of categories to which the update belongs.
  • description (type: String.t, default: nil) - The localized description of the update.
  • identity (type: GoogleApi.ContainerAnalysis.V1.Model.Identity.t, default: nil) - Required - The unique identifier for the update.
  • kbArticleIds (type: list(String.t), default: nil) - The Microsoft Knowledge Base article IDs that are associated with the update.
  • lastPublishedTimestamp (type: DateTime.t, default: nil) - The last published timestamp of the update.
  • supportUrl (type: String.t, default: nil) - The hyperlink to the support information for the update.
  • title (type: String.t, default: nil) - The localized title of the update.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1.Model.WindowsUpdate{
  categories: [GoogleApi.ContainerAnalysis.V1.Model.Category.t()] | nil,
  description: String.t() | nil,
  identity: GoogleApi.ContainerAnalysis.V1.Model.Identity.t() | nil,
  kbArticleIds: [String.t()] | nil,
  lastPublishedTimestamp: DateTime.t() | nil,
  supportUrl: String.t() | nil,
  title: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.