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

BatchDeleteVersionsMetadata

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

The metadata of an LRO from deleting multiple versions.

interface BatchDeleteVersionsMetadata {
failedVersions?: string[];
}

§Properties

§
failedVersions?: string[]
[src]

The versions the operation failed to delete.