Notification Response
data class NotificationResponse(val contactEmails: List<String>, val contactGroups: List<String>? = null, val contactRoles: List<String>? = null, val enabled: Boolean, val locale: String? = null, val operator: String, val threshold: Double, val thresholdType: String? = null)
The notification associated with a budget.