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

ListPhotosResponse

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

Response to list all photos that belong to a user.

interface ListPhotosResponse {
nextPageToken?: string;
photos?: Photo[];
}

§Properties

§
nextPageToken?: string
[src]

Token to retrieve the next page of results, or empty if there are no more results in the list.

§
photos?: Photo[]
[src]

List of photos. The pageSize field in the request determines the number of items returned.