Success

@Serializable
data class Success(val _time: Long, val method: String, val status: Int, val path: String) : ResponseShort

Constructors

Link copied to clipboard
constructor(_time: Long, method: String, status: Int, path: String)

Properties

Link copied to clipboard
val _time: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Int
Link copied to clipboard
val time: Long

Functions

Link copied to clipboard