failedJobs property

List<String>? failedJobs
getter/setter pair

The names of the previously failed CustomJob.

The list includes the all attempts in chronological order.

Output only.

Implementation

core.List<core.String>? failedJobs;