NotificationSettingResponse

data class NotificationSettingResponse(val emailOn: List<String>? = null, val emails: List<String>? = null, val webhooks: Map<String, AzureDevOpsWebhookResponse>? = null)

Configuration for notification.

Constructors

Link copied to clipboard
constructor(emailOn: List<String>? = null, emails: List<String>? = null, webhooks: Map<String, AzureDevOpsWebhookResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val emailOn: List<String>? = null

Send email notification to user on specified notification type

Link copied to clipboard
val emails: List<String>? = null

This is the email recipient list which has a limitation of 499 characters in total concat with comma separator

Link copied to clipboard

Send webhook callback to a service. Key is a user-provided name for the webhook.