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

BatchDeleteAssetsRequest

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

A request to delete a list of asset.

interface BatchDeleteAssetsRequest {
allowMissing?: boolean;
names?: string[];
}

§Properties

§
allowMissing?: boolean
[src]

Optional. When this value is set to true the request is a no-op for non-existing assets. See https://google.aip.dev/135#delete-if-existing for additional details. Default value is false.

§
names?: string[]
[src]

Required. The IDs of the assets to delete. A maximum of 1000 assets can be deleted in a batch. Format: projects/{project}/locations/{location}/assets/{name}.