GoogleApi.ContainerAnalysis.V1beta1.Model.PackagesSummaryResponse (google_api_container_analysis v0.34.0)

View Source

A summary of the packages found within the given resource.

Attributes

  • licensesSummary (type: list(GoogleApi.ContainerAnalysis.V1beta1.Model.LicensesSummary.t), default: nil) - A listing by license name of each of the licenses and their counts.
  • resourceUrl (type: String.t, default: nil) - The unique URL of the image or the container for which this summary applies.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.PackagesSummaryResponse{
  licensesSummary:
    [GoogleApi.ContainerAnalysis.V1beta1.Model.LicensesSummary.t()] | nil,
  resourceUrl: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.