Get App Gateway Result
data class GetAppGatewayResult(val allocatedConnections: List<AllocatedConnectionResponse>, val createTime: String, val displayName: String, val hostType: String, val labels: Map<String, String>, val name: String, val state: String, val type: String, val uid: String, val updateTime: String, val uri: String)