recentExecutions property

List<Execution>? recentExecutions
getter/setter pair

The most recent execution names triggered from this schedule and their corresponding states.

Output only.

Implementation

core.List<Execution>? recentExecutions;