GoogleApi.ArtifactRegistry.V1beta1.Model.YumArtifact (google_api_artifact_registry v0.9.0) View Source

A detailed representation of a Yum artifact.

Attributes

  • architecture (type: String.t, default: nil) - Output only. Operating system architecture of the artifact.
  • 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 yum package name of the artifact.
  • packageType (type: String.t, default: nil) - Output only. An artifact is a binary or source package.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ArtifactRegistry.V1beta1.Model.YumArtifact{
  architecture: String.t() | nil,
  name: String.t() | nil,
  packageName: String.t() | nil,
  packageType: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.