ServiceProperties
import type { ServiceProperties } from "https://googleapis.deno.dev/v1/apphub:v1.ts";Properties of an underlying cloud resource that can comprise a Service.
interface ServiceProperties {
readonly functionalType?: FunctionalType;
readonly gcpProject?: string;
readonly location?: string;
readonly zone?: string;
}§Properties
§
readonly functionalType?: FunctionalType
[src]Output only. The type of the service.
§
readonly gcpProject?: string
[src]Output only. The service project identifier that the underlying cloud resource resides in.