Xsolla Store SDK for Android/com.xsolla.android.store.entity.response.items/VirtualItemsShortResponse/Item Item data class Item( val sku: String, val name: String?, val groups: List<Group> = emptyList())Content copied to clipboard ConstructorsPropertiesSources Constructors Item Link copied to clipboard fun Item( sku: String, name: String?, groups: List<Group> = emptyList())Content copied to clipboard Properties groups Link copied to clipboard val groups: List<Group>Content copied to clipboard name Link copied to clipboard val name: String?Content copied to clipboard sku Link copied to clipboard val sku: StringContent copied to clipboard Sources Store SDK source Link copied to clipboard