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

The request to delete multiple versions across a repository.

Attributes

  • names (type: list(String.t), default: nil) - Required. The names of the versions to delete. A maximum of 10000 versions can be deleted in a batch.
  • validateOnly (type: boolean(), default: nil) - If true, the request is performed without deleting data, following AIP-163.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.BatchDeleteVersionsRequest{
  names: [String.t()] | nil,
  validateOnly: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.