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

PublishContainerVersionResponse

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

Publish container version response.

interface PublishContainerVersionResponse {
compilerError?: boolean;
containerVersion?: ContainerVersion;
}

§Properties

§
compilerError?: boolean
[src]

Compiler errors or not.

§
containerVersion?: ContainerVersion
[src]

The container version created.