ActiveMeter

@JsonClass(generateAdapter = true)
class ActiveMeter(meterName: String, views: Int, viewsLeft: Int, maxViews: Int, totalViews: Int)

Properties

maxViews
Link copied to clipboard
val maxViews: Int
meterName
Link copied to clipboard
val meterName: String
totalViews
Link copied to clipboard
val totalViews: Int
views
Link copied to clipboard
val views: Int
viewsLeft
Link copied to clipboard
val viewsLeft: Int