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

PreviewFeatureStatusReleaseStatus

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

[Output Only] The release status of the feature.

interface PreviewFeatureStatusReleaseStatus {
readonly stage?:
| "DEPRECATED"
| "GA"
| "PREVIEW"
| "STAGE_UNSPECIFIED";
readonly updateDate?: Date;
}

§Properties

§
readonly stage?: "DEPRECATED" | "GA" | "PREVIEW" | "STAGE_UNSPECIFIED"
[src]

Output only. [Output Only] The stage of the feature.

§
readonly updateDate?: Date
[src]

Output only. The last date when a feature transitioned between ReleaseStatuses.