Package ai.systema.model.index

Types

Link copied to clipboard
data class Product(    val id: String,     val brand: String? = null,     val currency: String? = null,     val description: String? = null,     val image: String,     val images: List<String>? = null,     val inStock: Boolean? = null,     val itemGroupId: String? = null,     val link: String,     val price: Double? = null,     val promotion: String? = null,     val salePrice: Float? = null,     val title: String,     val recId: String,     val tags: List<String>? = null,     val attributes: Map<String, <ERROR CLASS>>? = null)