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

ListBuyersResponse

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

A response containing buyer account information.

interface ListBuyersResponse {
buyers?: Buyer[];
nextPageToken?: string;
}

§Properties

§
buyers?: Buyer[]
[src]

List of buyers.

§
nextPageToken?: string
[src]

A token which can be passed to a subsequent call to the ListBuyers method to retrieve the next page of results in ListBuyersRequest.pageToken.