ProductGenerationItem

data class ProductGenerationItem(val productId: String, val imageUrls: List<String>, val title: String)

One of possible item for generation product flow

Parameters

productId
  • Id of product to generate

Constructors

Link copied to clipboard
constructor(productId: String, imageUrls: List<String>, title: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard