PingRes

@Serializable
data class PingRes(val res: String)

Constructors

Link copied to clipboard
constructor(res: String)

Properties

Link copied to clipboard
val res: String