View Source GoogleApi.ArtifactRegistry.V1.Model.AptArtifact (google_api_artifact_registry v0.15.0)

A detailed representation of an Apt artifact. Information in the record is derived from the archive's control file. See https://www.debian.org/doc/debian-policy/ch-controlfields.html

Attributes

  • architecture (type: String.t, default: nil) - Output only. Operating system architecture of the artifact.
  • component (type: String.t, default: nil) - Output only. Repository component of the artifact.
  • controlFile (type: String.t, default: nil) - Output only. Contents of the artifact's control metadata file.
  • name (type: String.t, default: nil) - Output only. The Artifact Registry resource name of the artifact.
  • packageName (type: String.t, default: nil) - Output only. The Apt package name of the artifact.
  • packageType (type: String.t, default: nil) - Output only. An artifact is a binary or source package.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.AptArtifact{
  architecture: String.t() | nil,
  component: String.t() | nil,
  controlFile: String.t() | nil,
  name: String.t() | nil,
  packageName: String.t() | nil,
  packageType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.