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

ListWorkspacesResponse

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

A list of workspaces in a container.

interface ListWorkspacesResponse {
nextPageToken?: string;
workspace?: Workspace[];
}

§Properties

§
nextPageToken?: string
[src]

Continuation token for fetching the next page of results.

§
workspace?: Workspace[]
[src]

All Workspaces of a GTM Container.