ExternalNotification

@Serializable
data class ExternalNotification(    val email: String? = null,     val notifyIf: String? = null,     val basecampCampfire: String? = null,     val slack: SlackNotification? = null,     val webhook: String? = null,     val pagerdutyChangeEvent: String? = null,     val githubCommitStatus: GithubCommitStatus? = null,     val githubCheck: GithubCheck? = null)(source)

Constructors

Link copied to clipboard
constructor(    email: String? = null,     notifyIf: String? = null,     basecampCampfire: String? = null,     slack: SlackNotification? = null,     webhook: String? = null,     pagerdutyChangeEvent: String? = null,     githubCommitStatus: GithubCommitStatus? = null,     githubCheck: GithubCheck? = null)

Properties

Link copied to clipboard
@SerialName(value = "basecamp_campfire")
val basecampCampfire: String? = null
Link copied to clipboard
val email: String? = null
Link copied to clipboard
@SerialName(value = "github_check")
val githubCheck: GithubCheck? = null
Link copied to clipboard
@SerialName(value = "github_commit_status")
val githubCommitStatus: GithubCommitStatus? = null
Link copied to clipboard
@SerialName(value = "if")
val notifyIf: String? = null
Link copied to clipboard
@SerialName(value = "pagerduty_change_event")
val pagerdutyChangeEvent: String? = null
Link copied to clipboard
Link copied to clipboard
val webhook: String? = null