View Source GoogleApi.ArtifactRegistry.V1.Model.UploadKfpArtifactRequest (google_api_artifact_registry v0.15.0)

The request to upload an artifact.

Attributes

  • description (type: String.t, default: nil) - Description of the package version.
  • tags (type: list(String.t), default: nil) - Tags to be created with the version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.UploadKfpArtifactRequest{
  description: String.t() | nil,
  tags: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.