Get Notification Registration Result
data class GetNotificationRegistrationResult(val azureApiVersion: String, val id: String, val name: String, val properties: NotificationRegistrationResponseProperties, val systemData: SystemDataResponse, val type: String)
The notification registration definition.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: NotificationRegistrationResponseProperties, systemData: SystemDataResponse, type: String)