factory DeleteMaintenanceWindowResult.fromJson(Map<String, dynamic> json) { return DeleteMaintenanceWindowResult( windowId: json['WindowId'] as String?, ); }