Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchDeleteVersionsRequest

import type { BatchDeleteVersionsRequest } from "https://googleapis.deno.dev/v1/artifactregistry:v1.ts";

The request to delete multiple versions across a repository.

interface BatchDeleteVersionsRequest {
names?: string[];
validateOnly?: boolean;
}

§Properties

§
names?: string[]
[src]

Required. The names of the versions to delete. The maximum number of versions deleted per batch is determined by the service and is dependent on the available resources in the region.

§
validateOnly?: boolean
[src]

If true, the request is performed without deleting data, following AIP-163.