Cron Job Status
data class CronJobStatus(val active: List<ObjectReference>? = null, val lastScheduleTime: String? = null)
CronJobStatus represents the current state of a cron job.
CronJobStatus represents the current state of a cron job.