GoogleApi.ArtifactRegistry.V1beta1.Model.Package (google_api_artifact_registry v0.4.0) View Source

Packages are named collections of versions.

Attributes

  • createTime (type: DateTime.t, default: nil) - The time when the package was created.
  • displayName (type: String.t, default: nil) - The display name of the package.
  • name (type: String.t, default: nil) - The name of the package, for example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1".
  • updateTime (type: DateTime.t, default: nil) - The time when the package was last updated. This includes publishing a new version of the package.

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.Package{
  createTime: DateTime.t(),
  displayName: String.t(),
  name: String.t(),
  updateTime: DateTime.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.