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

CreateContainerVersionResponse

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

Create container versions response.

interface CreateContainerVersionResponse {
compilerError?: boolean;
containerVersion?: ContainerVersion;
newWorkspacePath?: string;
syncStatus?: SyncStatus;
}

§Properties

§
compilerError?: boolean
[src]

Compiler errors or not.

§
containerVersion?: ContainerVersion
[src]

The container version created.

§
newWorkspacePath?: string
[src]

Auto generated workspace path created as a result of version creation. This field should only be populated if the created version was not a quick preview.

§
syncStatus?: SyncStatus
[src]

Whether version creation failed when syncing the workspace to the latest container version.