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

Per license count

Attributes

  • count (type: String.t, default: nil) - The number of fixable vulnerabilities associated with this resource.
  • license (type: String.t, default: nil) - The license of the package. Note that the format of this value is not guaranteed. It may be nil, an empty string, a boolean value (A | B), a differently formed boolean value (A OR B), etc...

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.LicensesSummary{
  count: String.t() | nil,
  license: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.