Response

data class Response<T>(data: T, textStatus: String, jqXHR: JQueryXHR)

A response wrapper

Constructors

Response
Link copied to clipboard
fun <T> Response(data: T, textStatus: String, jqXHR: JQueryXHR)

Properties

data
Link copied to clipboard
val data: T
jqXHR
Link copied to clipboard
val jqXHR: JQueryXHR
textStatus
Link copied to clipboard
val textStatus: String