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

AccountsListOptions

import type { AccountsListOptions } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";

Additional options for TagManager#accountsList.

interface AccountsListOptions {
includeGoogleTags?: boolean;
pageToken?: string;
}

§Properties

§
includeGoogleTags?: boolean
[src]

Also retrieve accounts associated with Google Tag when true.

§
pageToken?: string
[src]

Continuation token for fetching the next page of results.