Get Namespace Result
data class GetNamespaceResult(val id: String, val location: String, val name: String, val properties: NamespacePropertiesResponse, val sku: SkuResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Notification Hubs Namespace Resource.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, properties: NamespacePropertiesResponse, sku: SkuResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)