Get Namespace Result
data class GetNamespaceResult(val createdAt: String, val id: String, val location: String, val metricId: String, val name: String, val provisioningState: String, val serviceBusEndpoint: String, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String, val updatedAt: String)
Description of a namespace resource.