dependsOn property

List<String>? dependsOn
getter/setter pair

Names of the containers that must start before this container.

Implementation

core.List<core.String>? dependsOn;