InventoryObject

@Serializable
data class InventoryObject(val type: Int? = null, val data: String? = null)

Constructors

Link copied to clipboard
constructor(type: Int? = null, data: String? = null)

Properties

Link copied to clipboard
val data: String? = null
Link copied to clipboard
val type: Int? = null