containers property

List<Container>? containers
getter/setter pair

Containers holds the list which define the units of execution for this Revision.

Required.

Implementation

core.List<Container>? containers;