PerSDKUsageReport

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

Constructors

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

Properties

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