Get Web Pub Sub Hub Result
data class GetWebPubSubHubResult(val id: String, val name: String, val properties: WebPubSubHubPropertiesResponse, val systemData: SystemDataResponse, val type: String)
A hub setting
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: WebPubSubHubPropertiesResponse, systemData: SystemDataResponse, type: String)