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

Dependency

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

Dependency represent a single dependency with another unit kind by alias.

interface Dependency {
alias?: string;
unitKind?: string;
}

§Properties

§
alias?: string
[src]

Required. An alias for the dependency. Used for input variable mapping.

§
unitKind?: string
[src]

Required. Immutable. The unit kind of the dependency.