GoAway

@Serializable
data class GoAway(val timeLeft: String? = null)

Represents the go away.

Constructors

Link copied to clipboard
constructor(timeLeft: String? = null)

Properties

Link copied to clipboard
val timeLeft: String?

Holds the time left.