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

BatchDeletePhotosRequest

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

Request to delete multiple Photos.

interface BatchDeletePhotosRequest {
photoIds?: string[];
}

§Properties

§
photoIds?: string[]
[src]

Required. IDs of the Photos. HTTP GET requests require the following syntax for the URL query parameter: photoIds=&photoIds=&....