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

This represents a particular channel of distribution for a given package. E.g., Debian's jessie-backports dpkg mirror.

Attributes

  • architecture (type: String.t, default: nil) - The CPU architecture for which packages in this distribution channel were built.
  • cpeUri (type: String.t, default: nil) - Required. The cpe_uri in CPE format denoting the package manager version distributing a package.
  • description (type: String.t, default: nil) - The distribution channel-specific description of this package.
  • latestVersion (type: GoogleApi.ContainerAnalysis.V1beta1.Model.Version.t, default: nil) - The latest available version of this package in this distribution channel.
  • maintainer (type: String.t, default: nil) - A freeform string denoting the maintainer of this package.
  • url (type: String.t, default: nil) - The distribution channel-specific homepage for this package.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.Distribution{
  architecture: String.t() | nil,
  cpeUri: String.t() | nil,
  description: String.t() | nil,
  latestVersion: GoogleApi.ContainerAnalysis.V1beta1.Model.Version.t() | nil,
  maintainer: String.t() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.