GetNotificationChannelResult

data class GetNotificationChannelResult(val createdDate: String, val description: String? = null, val emailRecipient: String? = null, val events: List<EventResponse>? = null, val id: String, val location: String? = null, val name: String, val notificationLocale: String? = null, val provisioningState: String, val tags: Map<String, String>? = null, val type: String, val uniqueIdentifier: String, val webHookUrl: String? = null)

A notification.

Constructors

Link copied to clipboard
constructor(createdDate: String, description: String? = null, emailRecipient: String? = null, events: List<EventResponse>? = null, id: String, location: String? = null, name: String, notificationLocale: String? = null, provisioningState: String, tags: Map<String, String>? = null, type: String, uniqueIdentifier: String, webHookUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation date of the notification channel.

Link copied to clipboard
val description: String? = null

Description of notification.

Link copied to clipboard
val emailRecipient: String? = null

The email recipient to send notifications to (can be a list of semi-colon separated email addresses).

Link copied to clipboard
val events: List<EventResponse>? = null

The list of event for which this notification is enabled.

Link copied to clipboard
val id: String

The identifier of the resource.

Link copied to clipboard
val location: String? = null

The location of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The locale to use when sending a notification (fallback for unsupported languages is EN).

Link copied to clipboard

The provisioning status of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The unique immutable identifier of a resource (Guid).

Link copied to clipboard
val webHookUrl: String? = null

The webhook URL to send notifications to.