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

Type

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

A resource type supported by Deployment Manager.

interface Type {
id?: bigint;
insertTime?: string;
name?: string;
operation?: Operation;
selfLink?: string;
}

§Properties

§
id?: bigint
[src]
§
insertTime?: string
[src]

Output only. Creation timestamp in RFC3339 text format.

§
name?: string
[src]

Name of the type.

§
operation?: Operation
[src]

Output only. The Operation that most recently ran, or is currently running, on this type.