failedMainJobs property

List<String>? failedMainJobs
getter/setter pair

The names of the previously failed CustomJob for the main container executions.

The list includes the all attempts in chronological order.

Output only.

Implementation

core.List<core.String>? failedMainJobs;