GoogleApi.OnDemandScanning.V1.Model.WindowsUpdate (google_api_on_demand_scanning v0.7.0)

View Source

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.OnDemandScanning.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.OnDemandScanning.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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.