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

WorkloadProperties

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

Properties of an underlying compute resource represented by the Workload.

interface WorkloadProperties {
readonly gcpProject?: string;
readonly location?: string;
readonly zone?: string;
}

§Properties

§
readonly gcpProject?: string
[src]

Output only. The service project identifier that the underlying cloud resource resides in. Empty for non cloud resources.

§
readonly location?: string
[src]

Output only. The location that the underlying compute resource resides in (e.g us-west1).

§
readonly zone?: string
[src]

Output only. The location that the underlying compute resource resides in if it is zonal (e.g us-west1-a).