google_api_container_analysis v0.6.0 GoogleApi.ContainerAnalysis.V1alpha1.Model.SeverityCount View Source

The number of occurrences created for a specific severity.

Attributes

  • count (type: String.t, default: nil) - The number of occurrences with the severity.
  • severity (type: String.t, default: nil) - The severity of the occurrences.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.SeverityCount{
  count: String.t(),
  severity: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.