roava
0.0.5-SNAPSHOT
roava
/
dev.roava.json.inventory
/
ItemData
Item
Data
data
class
ItemData
(
val
type
:
String
,
val
id
:
Long
,
val
name
:
String
,
val
instanceId
:
Long
)
Content copied to clipboard
Constructors
Properties
Constructors
Item
Data
Link copied to clipboard
fun
ItemData
(
type
:
String
,
id
:
Long
,
name
:
String
,
instanceId
:
Long
)
Content copied to clipboard
Properties
id
Link copied to clipboard
val
id
:
Long
Content copied to clipboard
instance
Id
Link copied to clipboard
val
instanceId
:
Long
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
type
Link copied to clipboard
val
type
:
String
Content copied to clipboard