containers property

List<GoogleCloudRunV2Container>? containers
getter/setter pair

Holds list of the containers that defines the unit of execution for this Revision.

Implementation

core.List<GoogleCloudRunV2Container>? containers;