Global VMShutdown Schedule Notification Settings
data class GlobalVMShutdownScheduleNotificationSettings(val email: String? = null, val enabled: Boolean, val timeInMinutes: Int? = null, val webhookUrl: String? = null)