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;
}import type { UnitDependency } from "https://googleapis.deno.dev/v1/saasservicemgmt:v1beta1.ts";
Set of dependencies for this unit. Maximum 10.