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

BatchUpdatePhotosRequest

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

Request to update the metadata of photos. Updating the pixels of photos is not supported.

interface BatchUpdatePhotosRequest {
updatePhotoRequests?: UpdatePhotoRequest[];
}

§Properties

§
updatePhotoRequests?: UpdatePhotoRequest[]
[src]

Required. List of UpdatePhotoRequests.