View Source GoogleApi.CloudAsset.V1.Model.WindowsUpdateCategory (google_api_cloud_asset v0.35.0)

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.CloudAsset.V1.Model.WindowsUpdateCategory{
  id: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.