kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-rest
/
dev.kilua.rest
/
RestResponse
Rest
Response
data
class
RestResponse
<
T
>
(
val
data
:
T
?
,
val
textStatus
:
String
,
val
response
:
Response
)
(
source
)
A response wrapper
Members
Constructors
Rest
Response
Link copied to clipboard
constructor
(
data
:
T
?
,
textStatus
:
String
,
response
:
Response
)
Properties
data
Link copied to clipboard
val
data
:
T
?
response
Link copied to clipboard
val
response
:
Response
text
Status
Link copied to clipboard
val
textStatus
:
String