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

ListClientsResponse

import type { ListClientsResponse } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";
interface ListClientsResponse {
client?: Client[];
nextPageToken?: string;
}

§Properties

§
client?: Client[]
[src]

All GTM Clients of a GTM Container.

§
nextPageToken?: string
[src]

Continuation token for fetching the next page of results.