RandomDebugInfo

@Serializable
data class RandomDebugInfo(val isPersonalized: Boolean? = null, val cacheHitCount: Int? = null, val responseMs: Int? = null)

Debug information returned by the random fursuit endpoint.

Constructors

Link copied to clipboard
constructor(isPersonalized: Boolean? = null, cacheHitCount: Int? = null, responseMs: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "cache_hit_count")
val cacheHitCount: Int?
Link copied to clipboard
@SerialName(value = "is_personalized")
val isPersonalized: Boolean?
Link copied to clipboard
@SerialName(value = "response_ms")
val responseMs: Int?