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";