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

Details related to a Zypper Patch.

Attributes

  • category (type: String.t, default: nil) - The category of the patch.
  • patchName (type: String.t, default: nil) - The name of the patch.
  • severity (type: String.t, default: nil) - The severity specified for this patch
  • summary (type: String.t, default: nil) - Any summary information provided about this patch.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.OSConfig.V1.Model.InventoryZypperPatch{
  category: String.t() | nil,
  patchName: String.t() | nil,
  severity: String.t() | nil,
  summary: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.