Multi

@Serializable
data class Multi<T : MarketBoard>(val itemIds: IntArray? = null, val items: Map<Int, T>? = null, val unresolvedItems: IntArray? = null)

Constructors

Link copied to clipboard
constructor(itemIds: IntArray? = null, items: Map<Int, T>? = null, unresolvedItems: IntArray? = null)

Properties

Link copied to clipboard
@SerialName(value = "itemIDs")
val itemIds: IntArray? = null

The item IDs that were requested.

Link copied to clipboard
val items: Map<Int, T>? = null

The item data that was requested, keyed on the item ID.

Link copied to clipboard

An array of IDs that could not be resolved to any item data.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int