Skip to content

Commit abe6e23

Browse files
committed
Add missing JsonProperty value for used_in_bytes
1 parent 3deddcb commit abe6e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/Cluster/NodesStats/NodeStats.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public class JVMPool
243243
{
244244
[JsonProperty("used")]
245245
public string Used { get; internal set; }
246-
[JsonProperty("")]
246+
[JsonProperty("used_in_bytes")]
247247
public long UsedInBytes { get; internal set; }
248248
[JsonProperty("max")]
249249
public string Max { get; internal set; }

0 commit comments

Comments
 (0)