View Source GoogleApi.OSConfig.V1.Model.InventoryWindowsQuickFixEngineeringPackage (google_api_os_config v0.21.0)

Information related to a Quick Fix Engineering package. Fields are taken from Windows QuickFixEngineering Interface and match the source names: https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering

Attributes

  • caption (type: String.t, default: nil) - A short textual description of the QFE update.
  • description (type: String.t, default: nil) - A textual description of the QFE update.
  • hotFixId (type: String.t, default: nil) - Unique identifier associated with a particular QFE update.
  • installTime (type: DateTime.t, default: nil) - Date that the QFE update was installed. Mapped from installed_on field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.OSConfig.V1.Model.InventoryWindowsQuickFixEngineeringPackage{
  caption: String.t() | nil,
  description: String.t() | nil,
  hotFixId: String.t() | nil,
  installTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.