Rerun Tumbling Window Trigger Response
data class RerunTumblingWindowTriggerResponse(val annotations: List<Any>? = null, val description: String? = null, val parentTrigger: Any, val requestedEndTime: String, val requestedStartTime: String, val rerunConcurrency: Int, val runtimeState: String, val type: String)
Trigger that schedules pipeline reruns for all fixed time interval windows from a requested start time to requested end time.