TimeWindow constructor
TimeWindow({
- String? endTime,
- MaintenanceExclusionOptions? maintenanceExclusionOptions,
- String? startTime,
Implementation
TimeWindow({
this.endTime,
this.maintenanceExclusionOptions,
this.startTime,
});