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

ZoneChildContainer

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

Represents a child container of a Zone.

interface ZoneChildContainer {
nickname?: string;
publicId?: string;
}

§Properties

§
nickname?: string
[src]

The zone's nickname for the child container.

§
publicId?: string
[src]

The child container's public id.