GameItem

fun GameItem(    sku: String = "",     name: String? = null,     groups: List<Group> = emptyList(),     attributes: List<GameAttribute> = emptyList(),     type: String? = null,     unitType: String? = null,     description: String? = null,     imageUrl: String? = null,     unitItem: List<GameUnitItem> = emptyList())

Sources

Link copied to clipboard