PublicInterestStats

@Serializable
data class PublicInterestStats(val alexaRank: Long? = 0, val bingMatches: Long? = 0)

Constructors

Link copied to clipboard
constructor(alexaRank: Long? = 0, bingMatches: Long? = 0)

Properties

Link copied to clipboard
@SerialName(value = "alexa_rank")
val alexaRank: Long? = 0
Link copied to clipboard
@SerialName(value = "bing_matches")
val bingMatches: Long? = 0