Get App Gateway Result
data class GetAppGatewayResult(val allocatedConnections: List<GetAppGatewayAllocatedConnection>, val displayName: String, val hostType: String, val id: String, val labels: Map<String, String>, val name: String, val project: String? = null, val region: String? = null, val state: String, val type: String, val uri: String)
A collection of values returned by getAppGateway.