Get App Connection Result
data class GetAppConnectionResult(val applicationEndpoints: List<GetAppConnectionApplicationEndpoint>, val connectors: List<String>, val displayName: String, val gateways: List<GetAppConnectionGateway>, val id: String, val labels: Map<String, String>, val name: String, val project: String? = null, val region: String? = null, val type: String)
A collection of values returned by getAppConnection.