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

PhotoResponse

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

Response payload for a single Photo in batch operations including BatchGetPhotos and BatchUpdatePhotos.

interface PhotoResponse {
photo?: Photo;
status?: Status;
}

§Properties

§
photo?: Photo
[src]

The Photo resource, if the request was successful.

§
status?: Status
[src]

The status for the operation to get or update a single photo in the batch request.