Get Api Gateway Config Connection Result
data class GetApiGatewayConfigConnectionResult(val defaultHostname: String, val etag: String, val hostnames: List<String>? = null, val id: String, val name: String, val provisioningState: String, val sourceId: String? = null, val type: String)
A single API Management gateway resource in List or Get response.