View Source GoogleApi.ContainerAnalysis.V1beta1.Model.KnowledgeBase (google_api_container_analysis v0.28.0)

Attributes

  • name (type: String.t, default: nil) - The KB name (generally of the form KB[0-9]+ i.e. 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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.