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

RevertZoneResponse

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

The result of reverting a zone in a workspace.

interface RevertZoneResponse {
zone?: Zone;
}

§Properties

§
zone?: Zone
[src]

Zone as it appears in the latest container version since the last workspace synchronization operation. If no zone is present, that means the zone was deleted in the latest container version.