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

ListAccountsResponse

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

Response definition for the list accounts rpc.

interface ListAccountsResponse {
accounts?: Account[];
nextPageToken?: string;
}

§Properties

§
accounts?: Account[]
[src]

The Accounts returned in the list response. Represented by a partial view of the Account resource, populating name and creation_request_id.

§
nextPageToken?: string
[src]

Continuation token used to page through accounts. To retrieve the next page of the results, set the next request's "page_token" value to this.