kvision-jquery
/
io.kvision.jquery.rest
/
Response
Response
data class
Response
<
T
>(data:
T
, textStatus:
String
, jqXHR:
JQueryXHR
)
Content copied to clipboard
A response wrapper
Constructors
Properties
Constructors
Response
Link copied to clipboard
fun <
T
>
Response
(data:
T
, textStatus:
String
, jqXHR:
JQueryXHR
)
Content copied to clipboard
Properties
data
Link copied to clipboard
val
data
:
T
Content copied to clipboard
jqXHR
Link copied to clipboard
val
jqXHR
:
JQueryXHR
Content copied to clipboard
textStatus
Link copied to clipboard
val
textStatus
:
String
Content copied to clipboard