PreviewFeatureStatus
import type { PreviewFeatureStatus } from "https://googleapis.deno.dev/v1/compute:v1.ts";[Output Only] The status of the feature.
interface PreviewFeatureStatus {
readonly description?: string;
readonly helpLink?: string;
releaseStatus?: PreviewFeatureStatusReleaseStatus;
}