SecuredTrophy

@Serializable
data class SecuredTrophy(val type: String? = null, val timestamp: Long? = null, val visits: Int? = null)

Constructors

Link copied to clipboard
constructor(type: String? = null, timestamp: Long? = null, visits: Int? = null)

Properties

Link copied to clipboard
val timestamp: Long? = null
Link copied to clipboard
val type: String? = null
Link copied to clipboard
val visits: Int? = null