GoogleApi.ContainerAnalysis.V1.Model.KnowledgeBase (google_api_container_analysis v0.34.0)

View Source

Attributes

  • name (type: String.t, default: nil) - The KB name (generally of the form KB[0-9]+ (e.g., KB123456)).
  • url (type: String.t, default: nil) - A link to the KB in the [Windows update catalog] (https://www.catalog.update.microsoft.com/).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ContainerAnalysis.V1.Model.KnowledgeBase{
  name: String.t() | nil,
  url: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.