ScheduledWindowExecution constructor

ScheduledWindowExecution({
  1. String? executionTime,
  2. String? name,
  3. String? windowId,
})

Implementation

ScheduledWindowExecution({
  this.executionTime,
  this.name,
  this.windowId,
});