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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.YumArtifact{
  architecture: 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.