Web Pub Sub Hub Properties Response
data class WebPubSubHubPropertiesResponse(val anonymousConnectPolicy: String? = null, val eventHandlers: List<EventHandlerResponse>? = null)
Properties of a hub.
Constructors
Link copied to clipboard
constructor(anonymousConnectPolicy: String? = null, eventHandlers: List<EventHandlerResponse>? = null)