PingMessage

data class PingMessage(val type: String = "ping", val stats: Boolean?)

Constructors

Link copied to clipboard
constructor(type: String = "ping", stats: Boolean?)

Properties

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