LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.api.models.marketplace
/
MarketplaceReview
Marketplace
Review
data
class
MarketplaceReview
(
val
id
:
Int
,
val
itemId
:
Int
,
val
uid
:
String
,
val
rating
:
Int
,
val
review
:
String
?
,
val
createdAt
:
String
)
Members
Constructors
Marketplace
Review
Link copied to clipboard
constructor
(
id
:
Int
,
itemId
:
Int
,
uid
:
String
,
rating
:
Int
,
review
:
String
?
,
createdAt
:
String
)
Properties
created
At
Link copied to clipboard
@
SerializedName
(
value
=
"created_at"
)
val
createdAt
:
String
id
Link copied to clipboard
val
id
:
Int
item
Id
Link copied to clipboard
@
SerializedName
(
value
=
"item_id"
)
val
itemId
:
Int
rating
Link copied to clipboard
val
rating
:
Int
review
Link copied to clipboard
val
review
:
String
?
uid
Link copied to clipboard
val
uid
:
String