View Source GoogleApi.ArtifactRegistry.V1beta1.Model.Version (google_api_artifact_registry v0.15.0)

The body of a version resource. A version resource represents a collection of components, such as files and other data. This may correspond to a version in many package management schemes.

Attributes

  • createTime (type: DateTime.t, default: nil) - The time when the version was created.
  • description (type: String.t, default: nil) - Optional. Description of the version, as specified in its metadata.
  • name (type: String.t, default: nil) - The name of the version, for example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/art1". If the package or version ID parts contain slashes, the slashes are escaped.
  • relatedTags (type: list(GoogleApi.ArtifactRegistry.V1beta1.Model.Tag.t), default: nil) - Output only. A list of related tags. Will contain up to 100 tags that reference this version.
  • updateTime (type: DateTime.t, default: nil) - The time when the version was last updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1beta1.Model.Version{
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  name: String.t() | nil,
  relatedTags: [GoogleApi.ArtifactRegistry.V1beta1.Model.Tag.t()] | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.