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

SubaccountsListResponse

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

Subaccount List Response

interface SubaccountsListResponse {
kind?: string;
nextPageToken?: string;
subaccounts?: Subaccount[];
}

§Properties

§
kind?: string
[src]

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

§
nextPageToken?: string
[src]

Pagination token to be used for the next list operation.

§
subaccounts?: Subaccount[]
[src]

Subaccount collection.