We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4016ba1 commit 73bef22Copy full SHA for 73bef22
src/Microsoft.OpenApi/Services/SearchResult.cs
@@ -0,0 +1,13 @@
1
+// Copyright (c) Microsoft Corporation. All rights reserved.
2
+// Licensed under the MIT license.
3
+
4
+using Microsoft.OpenApi.Models;
5
6
+namespace Microsoft.OpenApi.Services
7
+{
8
+ public class SearchResult
9
+ {
10
+ public CurrentKeys CurrentKeys { get; set; }
11
+ public OpenApiOperation Operation { get; set; }
12
+ }
13
+}
0 commit comments