GizmoDetails

@Serializable
data class GizmoDetails(val type: String, val guildUpgradeId: Int? = null, val vendorIds: List<Int> = listOf()) : ItemDetails

Data model for gizmo details

Constructors

Link copied to clipboard
constructor(type: String, guildUpgradeId: Int? = null, vendorIds: List<Int> = listOf())

Properties

Link copied to clipboard
@SerialName(value = "guild_upgrade_id")
val guildUpgradeId: Int? = null
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "vendor_ids")
val vendorIds: List<Int>