elasticmagic-kt
0.0.30
common
elasticmagic-transport
/
dev.evo.elasticmagic.transport
/
ResponseResult
/
Ok
Ok
data
class
Ok
<
T
>
(
val
statusCode
:
Int
,
val
headers
:
Map
<
String
,
List
<
String
>
>
,
val
contentType
:
String
?
,
val
result
:
T
)
:
ResponseResult
<
T
>
Constructors
Properties
Constructors
Ok
Link copied to clipboard
fun
<
T
>
Ok
(
statusCode
:
Int
,
headers
:
Map
<
String
,
List
<
String
>
>
,
contentType
:
String
?
,
result
:
T
)
Properties
content
Type
Link copied to clipboard
val
contentType
:
String
?
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
List
<
String
>
>
result
Link copied to clipboard
val
result
:
T
status
Code
Link copied to clipboard
val
statusCode
:
Int