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 968839b commit a60f273Copy full SHA for a60f273
Java/src/main/java/net/hypixel/api/reply/KeyReply.java
@@ -1,5 +1,6 @@
1
package net.hypixel.api.reply;
2
3
+import com.google.gson.annotations.SerializedName;
4
import java.util.UUID;
5
6
public class KeyReply extends AbstractReply {
@@ -18,6 +19,7 @@ public String toString() {
18
19
20
public class Key {
21
private UUID key;
22
+ @SerializedName("owner")
23
private UUID ownerUuid;
24
private int totalQueries;
25
private int queriesInPastMin;
0 commit comments