Get Product Set Result
data class GetProductSetResult(val displayName: String, val indexError: StatusResponse, val indexTime: String, val name: String)
Constructors
Link copied to clipboard
fun GetProductSetResult(displayName: String, indexError: StatusResponse, indexTime: String, name: String)