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

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".
  • 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.

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.Version{
  createTime: DateTime.t(),
  description: String.t(),
  name: String.t(),
  relatedTags: [GoogleApi.ArtifactRegistry.V1beta1.Model.Tag.t()],
  updateTime: DateTime.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.