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 b0dfe37 commit 95e6fa0Copy full SHA for 95e6fa0
src/Nest/Domain/Aggregations/GeoBoundsMetric.cs
@@ -1,12 +1,10 @@
1
-using Newtonsoft.Json;
2
-using System;
+using System;
3
using System.Collections.Generic;
4
using System.Linq;
5
using System.Text;
6
7
namespace Nest
8
{
9
- [JsonObject]
10
public class GeoBoundsMetric : IMetricAggregation
11
12
public GeoBoundsMetric()
@@ -17,7 +15,6 @@ public GeoBoundsMetric()
17
15
public GeoBounds Bounds { get; set; }
18
16
}
19
20
21
public class GeoBounds
22
23
public LatLon TopLeft { get; set; }
0 commit comments