GetProductsPageItems

@Serializable
data class GetProductsPageItems(val id: Long? = null, val name: String? = null, val shortName: String? = null, val totalShares: Int? = null)

Parameters

id
name
shortName
totalShares

Constructors

Link copied to clipboard
constructor(id: Long? = null, name: String? = null, shortName: String? = null, totalShares: Int? = null)

Properties

Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val shortName: String? = null
Link copied to clipboard
val totalShares: Int? = null