SubscriberStatsResponse

constructor(@Json(name = "total") total: Int, @Json(name = "total_subscribed_duration_seconds") totalSubscribedDurationSeconds: Int, @Json(name = "unique") unique: Int)