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

BatchUpdatePhotosResponse

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

Response to batch update of metadata of one or more Photos.

interface BatchUpdatePhotosResponse {
results?: PhotoResponse[];
}

§Properties

§
results?: PhotoResponse[]
[src]

List of results for each individual Photo updated, in the same order as the request.