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

TargetProject

import type { TargetProject } from "https://googleapis.deno.dev/v1/vmmigration:v1.ts";

TargetProject message represents a target Compute Engine project for a migration or a clone.

interface TargetProject {
readonly createTime?: Date;
description?: string;
readonly name?: string;
project?: string;
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The time this target project resource was created (not related to when the Compute Engine project it points to was created).

§
description?: string
[src]

The target project's description.

§
readonly name?: string
[src]

Output only. The name of the target project.

§
project?: string
[src]

Required. The target project ID (number) or project name.

§
readonly updateTime?: Date
[src]

Output only. The last time the target project resource was updated.