google_api_artifact_registry v0.2.0 GoogleApi.ArtifactRegistry.V1beta1.Model.Tag View Source

Tags point to a version and represent an alternative name that can be used to access the version.

Attributes

  • name (type: String.t, default: nil) - The name of the tag, for example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/tags/tag1".
  • version (type: String.t, default: nil) - The name of the version the tag refers to, for example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/sha256:5243811"

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.Tag{
  name: String.t(),
  version: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.