fursuit-tv-sdk
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.model
/
RandomFursuitParams
Random
Fursuit
Params
@
Serializable
data
class
RandomFursuitParams
(
val
count
:
Int
?
=
null
,
val
personalized
:
Boolean
?
=
null
)
随机推荐参数 用于随机推荐接口的请求参数
Parameters
count
返回数量(可选)
personalized
是否个性化推荐(可选)
Members
Constructors
Random
Fursuit
Params
Link copied to clipboard
constructor
(
count
:
Int
?
=
null
,
personalized
:
Boolean
?
=
null
)
Properties
count
Link copied to clipboard
val
count
:
Int
?
=
null
返回数量
personalized
Link copied to clipboard
val
personalized
:
Boolean
?
=
null
是否个性化推荐