SubscriberStatsResponse

data class SubscriberStatsResponse(@Json(name = "total") val total: Int, @Json(name = "total_subscribed_duration_seconds") val totalSubscribedDurationSeconds: Int, @Json(name = "unique") val unique: Int)

Constructors

Link copied to clipboard
constructor(@Json(name = "total") total: Int, @Json(name = "total_subscribed_duration_seconds") totalSubscribedDurationSeconds: Int, @Json(name = "unique") unique: Int)

Properties

Link copied to clipboard
val total: Int
Link copied to clipboard
val unique: Int