FavoriteChangeResponseResult

data class FavoriteChangeResponseResult(result: Boolean?, count: Int?)

Parameters

result
count

Constructors

Link copied to clipboard
fun FavoriteChangeResponseResult(result: Boolean? = null, count: Int? = null)

Properties

Link copied to clipboard
val count: Int? = null
Link copied to clipboard
val result: Boolean? = null