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

ToolVersionSupportedCondition

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

ToolVersionSupportedCondition contains information about when support for the release's version of a Tool ends.

interface ToolVersionSupportedCondition {
readonly maintenanceModeTime?: Date;
readonly status?: boolean;
readonly supportExpirationTime?: Date;
readonly toolVersionSupportState?:
| "TOOL_VERSION_SUPPORT_STATE_UNSPECIFIED"
| "TOOL_VERSION_SUPPORT_STATE_SUPPORTED"
| "TOOL_VERSION_SUPPORT_STATE_MAINTENANCE_MODE"
| "TOOL_VERSION_SUPPORT_STATE_UNSUPPORTED";
}

§Properties

§
readonly maintenanceModeTime?: Date
[src]

Output only. The time at which this release's version of the Tool will enter maintenance mode.

§
readonly status?: boolean
[src]

Output only. True if the version of Tool used by this release is supported.

§
readonly supportExpirationTime?: Date
[src]

Output only. The time at which this release's version of the Tool will no longer be supported.

§
readonly toolVersionSupportState?: "TOOL_VERSION_SUPPORT_STATE_UNSPECIFIED" | "TOOL_VERSION_SUPPORT_STATE_SUPPORTED" | "TOOL_VERSION_SUPPORT_STATE_MAINTENANCE_MODE" | "TOOL_VERSION_SUPPORT_STATE_UNSUPPORTED"
[src]

Output only. The Tool support state for this release's version of the Tool.