WorldItemRecency

@Serializable
data class WorldItemRecency(val itemId: Int, val lastUploadTime: Long, val worldId: Short, val worldName: String? = null)

Constructors

Link copied to clipboard
constructor(itemId: Int, lastUploadTime: Long, worldId: Short, worldName: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "itemID")
val itemId: Int

The item ID

Link copied to clipboard

The last upload time for the item on the listed world

Link copied to clipboard
@SerialName(value = "worldID")
val worldId: Short

The world ID

Link copied to clipboard
val worldName: String? = null

The world name