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

AccountsContainersVersion_headersListOptions

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

Additional options for TagManager#accountsContainersVersion_headersList.

interface AccountsContainersVersion_headersListOptions {
includeDeleted?: boolean;
pageToken?: string;
}

§Properties

§
includeDeleted?: boolean
[src]

Also retrieve deleted (archived) versions when true.

§
pageToken?: string
[src]

Continuation token for fetching the next page of results.