Values_0.ScheduledWindowExecutionSourceInformation about a scheduled execution for a maintenance window.
type nonrec t = {windowId : MaintenanceWindowId.t option;The ID of the maintenance window to be run.
*)name : MaintenanceWindowName.t option;The name of the maintenance window to be run.
*)executionTime : MaintenanceWindowStringDateTime.t option;The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.
*)}