View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.GetVulnzOccurrencesSummaryResponse (google_api_container_analysis v0.28.0)

A summary of how many vulnz occurrences there are per severity type. counts by groups, or if we should have different summary messages like this.

Attributes

  • counts (type: list(GoogleApi.ContainerAnalysis.V1alpha1.Model.SeverityCount.t), default: nil) - A map of how many occurrences were found for each severity.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContainerAnalysis.V1alpha1.Model.GetVulnzOccurrencesSummaryResponse{
    counts: [GoogleApi.ContainerAnalysis.V1alpha1.Model.SeverityCount.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.