Get Customer Event Result
data class GetCustomerEventResult(val azureApiVersion: String, val eventName: String, val id: String, val name: String, val receivers: List<NotificationEventReceiverResponse>, val systemData: SystemDataResponse, val type: String)
The Customer Notification Event resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, eventName: String, id: String, name: String, receivers: List<NotificationEventReceiverResponse>, systemData: SystemDataResponse, type: String)