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

AccountsListResponse

import type { AccountsListResponse } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Account List Response

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

§Properties

§
accounts?: Account[]
[src]

Account collection.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountsListResponse".

§
nextPageToken?: string
[src]

Pagination token to be used for the next list operation.