View Source GoogleApi.OSConfig.V1.Model.InventoryWindowsUpdatePackageWindowsUpdateCategory (google_api_os_config v0.21.1)

Categories specified by the Windows Update.

Attributes

  • id (type: String.t, default: nil) - The identifier of the windows update category.
  • name (type: String.t, default: nil) - The name of the windows update category.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.OSConfig.V1.Model.InventoryWindowsUpdatePackageWindowsUpdateCategory{
    id: String.t() | nil,
    name: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.