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

ListContainerVersionsResponse

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

List container versions response.

interface ListContainerVersionsResponse {
containerVersionHeader?: ContainerVersionHeader[];
nextPageToken?: string;
}

§Properties

§
containerVersionHeader?: ContainerVersionHeader[]
[src]

All container version headers of a GTM Container.

§
nextPageToken?: string
[src]

Continuation token for fetching the next page of results.