aiuta-sdk
Toggle table of contents
5.0.1
common
Target filter
common
Switch theme
Search in API
Skip to content
aiuta-sdk
fashion-tryon-core
/
com.aiuta.fashionsdk.tryon.core.domain.models
/
ProductGenerationItem
Product
Generation
Item
data
class
ProductGenerationItem
(
val
productId
:
String
,
val
imageUrls
:
List
<
String
>
,
val
title
:
String
)
One of possible item for generation product flow
Parameters
product
Id
Id of product to generate
Members
Constructors
Product
Generation
Item
Link copied to clipboard
constructor
(
productId
:
String
,
imageUrls
:
List
<
String
>
,
title
:
String
)
Properties
image
Urls
Link copied to clipboard
val
imageUrls
:
List
<
String
>
product
Id
Link copied to clipboard
val
productId
:
String
title
Link copied to clipboard
val
title
:
String