GetBudgetSubscriptionNotification

data class GetBudgetSubscriptionNotification(val contactEmails: List<String>, val contactGroups: List<String>, val contactRoles: List<String>, val enabled: Boolean, val operator: String, val threshold: Int, val thresholdType: String)

Constructors

Link copied to clipboard
constructor(contactEmails: List<String>, contactGroups: List<String>, contactRoles: List<String>, enabled: Boolean, operator: String, threshold: Int, thresholdType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of email addresses to send the budget notification to when the threshold is exceeded.

Link copied to clipboard

A list of Action Group IDs to send the budget notification to when the threshold is exceeded.

Link copied to clipboard

A list of contact roles to send the budget notification to when the threshold is exceeded.

Link copied to clipboard

Whether the notification is enabled.

Link copied to clipboard

The operator to used for comparison.

Link copied to clipboard

Threshold value associated with the notification.

Link copied to clipboard