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