Global VMShutdown Schedule Notification Settings
data class GlobalVMShutdownScheduleNotificationSettings(val email: String? = null, val enabled: Boolean, val timeInMinutes: Int? = null, val webhookUrl: String? = null)
Constructors
Link copied to clipboard
fun GlobalVMShutdownScheduleNotificationSettings(email: String? = null, enabled: Boolean, timeInMinutes: Int? = null, webhookUrl: String? = null)