CountAllSubscriptionStatusRecord

data class CountAllSubscriptionStatusRecord(val totalSubscriptions: Long, val activeSubscriptions: Long)

Constructors

Link copied to clipboard
constructor(totalSubscriptions: Long, activeSubscriptions: Long)

Properties

Link copied to clipboard
Link copied to clipboard