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

ListListingsResponse

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

Message for response to the list of Listings.

interface ListListingsResponse {
listings?: Listing[];
nextPageToken?: string;
}

§Properties

§
listings?: Listing[]
[src]

The list of Listing.

§
nextPageToken?: string
[src]

A token to request the next page of results.