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

Annotation

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

Message describing an Annotation

interface Annotation {
readonly createTime?: Date;
labels?: {
[key: string]: string;
}
;
name?: string;
type?: "TYPE_UNSPECIFIED" | "TYPE_LEGACY_EXPORT_CONSENT" | "TYPE_QWIKLAB";
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Create time stamp.

§
labels?: {
[key: string]: string;
}
[src]

Labels as key value pairs.

§
name?: string
[src]

name of resource.

§
type?: "TYPE_UNSPECIFIED" | "TYPE_LEGACY_EXPORT_CONSENT" | "TYPE_QWIKLAB"
[src]

Type of an annotation.

§
readonly updateTime?: Date
[src]

Output only. Update time stamp.