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

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 extendedMetadata?: {
[key: string]: ExtendedMetadata;
}
;
readonly functionalType?: FunctionalType;
readonly gcpProject?: string;
readonly identity?: Identity;
readonly location?: string;
readonly registrationType?: RegistrationType;
readonly zone?: string;
}

§Properties

§
readonly extendedMetadata?: {
[key: string]: ExtendedMetadata;
}
[src]

Output only. Additional metadata specific to the resource type. The key is a string that identifies the type of metadata and the value is the metadata contents specific to that type. Key format: apphub.googleapis.com/{metadataType}

§
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.

§
readonly identity?: Identity
[src]

Output only. The identity associated with the service.

§
readonly location?: string
[src]

Output only. The location that the underlying resource resides in, for example, us-west1.

§
readonly registrationType?: RegistrationType
[src]

Output only. The registration type of the service.

§
readonly zone?: string
[src]

Output only. The location that the underlying resource resides in if it is zonal, for example, us-west1-a).