ReqStatsMessage

data class ReqStatsMessage(val type: String = "req-stats")

Constructors

Link copied to clipboard
constructor(type: String = "req-stats")

Properties

Link copied to clipboard
@SerializedName(value = "type")
val type: String