recentScheduledReleaseRecords property
Records of the 10 most recent scheduled release attempts, ordered in
descending order of release_time.
Updated whenever automatic creation of a compilation result is triggered by cron_schedule.
Output only.
Implementation
core.List<ScheduledReleaseRecord>? recentScheduledReleaseRecords;