containers property

List<GoogleCloudRunV2Container>? containers
getter/setter pair

Holds the single container that defines the unit of execution for this task.

Implementation

core.List<GoogleCloudRunV2Container>? containers;