Product

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