dependents property

List<UnitDependency>? dependents
getter/setter pair

List of Units that depend on this unit.

Unit can only be deprovisioned if this list is empty. Maximum 1000.

Optional. Output only.

Implementation

core.List<UnitDependency>? dependents;