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

ResourceStatus

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

Message describing resource status

interface ResourceStatus {
rulesNewerVersions?: string[];
state?:
| "STATE_UNSPECIFIED"
| "CREATING"
| "ACTIVE"
| "DELETING";
}

§Properties

§
rulesNewerVersions?: string[]
[src]

Historical: Used before 2023-05-22 the new version of rule id if exists

§
state?: "STATE_UNSPECIFIED" | "CREATING" | "ACTIVE" | "DELETING"
[src]

State of the resource