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

A detailed representation of a GooGet 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 GooGet package name of the artifact.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.