View Source GoogleApi.ArtifactRegistry.V1.Model.GenericArtifact (google_api_artifact_registry v0.19.0)

GenericArtifact represents a generic artifact

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The time when the Generic module is created.
  • name (type: String.t, default: nil) - Resource name of the generic artifact. project, location, repository, package_id and version_id create a unique generic artifact. i.e. "projects/test-project/locations/us-west4/repositories/test-repo/ genericArtifacts/package_id:version_id"
  • updateTime (type: DateTime.t, default: nil) - Output only. The time when the Generic module is updated.
  • version (type: String.t, default: nil) - The version of the generic artifact.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.GenericArtifact{
  createTime: DateTime.t() | nil,
  name: String.t() | nil,
  updateTime: DateTime.t() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.