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

Attributes

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

Consumer provided attributes.

interface Attributes {
businessOwners?: ContactInfo[];
criticality?: Criticality;
developerOwners?: ContactInfo[];
environment?: Environment;
operatorOwners?: ContactInfo[];
}

§Properties

§
businessOwners?: ContactInfo[]
[src]

Optional. Business team that ensures user needs are met and value is delivered

§
criticality?: Criticality
[src]

Optional. User-defined criticality information.

§
developerOwners?: ContactInfo[]
[src]

Optional. Developer team that owns development and coding.

§
environment?: Environment
[src]

Optional. User-defined environment information.

§
operatorOwners?: ContactInfo[]
[src]

Optional. Operator team that ensures runtime and operations.