Get Products Result
data class GetProductsResult(val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val products: List<GetProductsProduct>)
A collection of values returned by getProducts.
Constructors
Link copied to clipboard
fun GetProductsResult(id: String, ids: List<String>, nameRegex: String? = null, names: List<String>, outputFile: String? = null, products: List<GetProductsProduct>)