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

BatchUpdateAssetsRequest

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

A request to update a list of assets.

interface BatchUpdateAssetsRequest {
requests?: UpdateAssetRequest[];
}

§Properties

§

Required. The request message specifying the resources to update. A maximum of 1000 assets can be modified in a batch.