Notification Endpoint Response
data class NotificationEndpointResponse(val locations: List<String>? = null, val notificationDestination: String? = null)
Constructors
Link copied to clipboard
fun NotificationEndpointResponse(locations: List<String>? = null, notificationDestination: String? = null)