Get Hub Result
data class GetHubResult(val apiEndpoint: String, val hubBillingInfo: HubBillingInfoFormatResponse? = null, val id: String, val location: String? = null, val name: String, val provisioningState: String, val tags: Map<String, String>? = null, val tenantFeatures: Int? = null, val type: String, val webEndpoint: String)
Hub resource.