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.
2 parents 301125c + 76bb1f6 commit b887ceaCopy full SHA for b887cea
item.go
@@ -13,6 +13,9 @@ type Item struct {
13
// ItemID is the unique ID of the Item.
14
ItemID string `json:"itemid"`
15
16
+ // ItemKey is the key name of the item.
17
+ ItemKey string `json:"key_"`
18
+
19
// Itemname is the technical name of the Item.
20
ItemName string `json:"name"`
21
0 commit comments