fursuit-tv-sdk
Toggle table of contents
0.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.search
/
RandomDebugInfo
Random
Debug
Info
@
Serializable
data
class
RandomDebugInfo
(
val
isPersonalized
:
Boolean
?
=
null
,
val
cacheHitCount
:
Int
?
=
null
,
val
responseMs
:
Int
?
=
null
)
Debug information returned by the random fursuit endpoint.
Members
Constructors
Random
Debug
Info
Link copied to clipboard
constructor
(
isPersonalized
:
Boolean
?
=
null
,
cacheHitCount
:
Int
?
=
null
,
responseMs
:
Int
?
=
null
)
Properties
cache
Hit
Count
Link copied to clipboard
@
SerialName
(
value
=
"cache_hit_count"
)
val
cacheHitCount
:
Int
?
is
Personalized
Link copied to clipboard
@
SerialName
(
value
=
"is_personalized"
)
val
isPersonalized
:
Boolean
?
response
Ms
Link copied to clipboard
@
SerialName
(
value
=
"response_ms"
)
val
responseMs
:
Int
?