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

ListSitesResponse

import type { ListSitesResponse } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Response message for SiteService.ListSites.

interface ListSitesResponse {
nextPageToken?: string;
sites?: Site[];
}

§Properties

§
nextPageToken?: string
[src]

A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to ListSites method to retrieve the next page of results.

§
sites?: Site[]
[src]

The list of sites. This list will be absent if empty.