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

Manifest

import type { Manifest } from "https://googleapis.deno.dev/v1/deploymentmanager:v2.ts";
interface Manifest {
config?: ConfigFile;
expandedConfig?: string;
id?: bigint;
imports?: ImportFile[];
insertTime?: string;
layout?: string;
manifestSizeBytes?: bigint;
manifestSizeLimitBytes?: bigint;
name?: string;
selfLink?: string;
}

§Properties

§

Output only. The YAML configuration for this manifest.

§
expandedConfig?: string
[src]

Output only. The fully-expanded configuration file, including any templates and references.

§
id?: bigint
[src]
§
imports?: ImportFile[]
[src]

Output only. The imported files for this manifest.

§
insertTime?: string
[src]

Output only. Creation timestamp in RFC3339 text format.

§
layout?: string
[src]

Output only. The YAML layout for this manifest.

§
manifestSizeBytes?: bigint
[src]

Output only. The computed size of the fully expanded manifest.

§
manifestSizeLimitBytes?: bigint
[src]

Output only. The size limit for expanded manifests in the project.

§
name?: string
[src]

Output only. The name of the manifest.