Shards

@Serializable
data class Shards(val traps: Map<String, JsonElement>? = null, val shardSort: String? = null, val fusionResultSort: String? = null, val owned: List<ShardOwned>? = null)

Constructors

Link copied to clipboard
constructor(traps: Map<String, JsonElement>? = null, shardSort: String? = null, fusionResultSort: String? = null, owned: List<ShardOwned>? = null)

Properties

Link copied to clipboard
@SerialName(value = "fusion_result_sort")
val fusionResultSort: String? = null
Link copied to clipboard
val owned: List<ShardOwned>? = null
Link copied to clipboard
@SerialName(value = "shard_sort")
val shardSort: String? = null
Link copied to clipboard
val traps: Map<String, JsonElement>? = null