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

An occurrence of a particular package installation found within a system's filesystem. E.g., glibc was found in /var/lib/dpkg/status.

Attributes

  • cpeUri (type: String.t, default: nil) - Deprecated. The CPE URI in CPE format denoting the package manager version distributing a package.
  • path (type: String.t, default: nil) - The path from which we gathered that this package/version is installed.
  • version (type: GoogleApi.ContainerAnalysis.V1beta1.Model.Version.t, default: nil) - Deprecated. The version installed at this location.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.Location{
  cpeUri: String.t() | nil,
  path: String.t() | nil,
  version: GoogleApi.ContainerAnalysis.V1beta1.Model.Version.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.