Get Notification Channel Result
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
fun GetNotificationChannelResult(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)