kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-rest
/
io.kvision.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