PerSDKUsageReport

data class PerSDKUsageReport(@Json(name = "total") val total: Int, @Json(name = "by_version") val byVersion: Map<String, Int>)

Constructors

Link copied to clipboard
constructor(@Json(name = "total") total: Int, @Json(name = "by_version") byVersion: Map<String, Int>)

Properties

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