Skip to content

Commit 86bb34b

Browse files
committed
Remove JsonProperty attributes from GraphExploreControls
1 parent 8962d0d commit 86bb34b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: src/Nest/XPack/Graph/Explore/Request/GraphExploreControls.cs

-4
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,12 @@ public interface IGraphExploreControls
2121

2222
public class GraphExploreControls : IGraphExploreControls
2323
{
24-
[JsonProperty("use_significance")]
2524
public bool? UseSignificance { get; set; }
2625

27-
[JsonProperty("sample_size")]
2826
public int? SampleSize { get; set; }
2927

30-
[JsonProperty("timeout")]
3128
public Time Timeout { get; set; }
3229

33-
[JsonProperty("sample_diversity")]
3430
public SampleDiversity SampleDiversity { get; set; }
3531
}
3632

0 commit comments

Comments
 (0)