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

ListClientsResponse

import type { ListClientsResponse } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";
interface ListClientsResponse {
clients?: Client[];
nextPageToken?: string;
}

§Properties

§
clients?: Client[]
[src]

The returned list of clients.

§
nextPageToken?: string
[src]

A token to retrieve the next page of results. Pass this value in the ListClientsRequest.pageToken field in the subsequent call to the accounts.clients.list method to retrieve the next page of results.