ResponseImpl

data class ResponseImpl(val status: Status, val text: String) : Response

Constructors

Link copied to clipboard
constructor(status: Status, text: String)

Properties

Link copied to clipboard
open override val status: Status
Link copied to clipboard
open override val text: String