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

UnitDependency

import type { UnitDependency } from "https://googleapis.deno.dev/v1/saasservicemgmt:v1beta1.ts";

Set of dependencies for this unit. Maximum 10.

interface UnitDependency {
readonly alias?: string;
readonly unit?: string;
}

§Properties

§
readonly alias?: string
[src]

Output only. Alias for the name of the dependency.

§
readonly unit?: string
[src]

Output only. A reference to the Unit object.