elasticmagic-kt
0.0.30
common
elasticmagic-transport
/
dev.evo.elasticmagic.transport
/
CatResponse
Cat
Response
class
CatResponse
(
val
statusCode
:
Int
,
val
headers
:
Map
<
String
,
List
<
String
>
>
,
val
content
:
List
<
List
<
String
>
>
)
:
Response
<
List
<
List
<
String
>
>
>
Constructors
Properties
Constructors
Cat
Response
Link copied to clipboard
fun
CatResponse
(
statusCode
:
Int
,
headers
:
Map
<
String
,
List
<
String
>
>
,
content
:
List
<
List
<
String
>
>
)
Properties
content
Link copied to clipboard
open
override
val
content
:
List
<
List
<
String
>
>
headers
Link copied to clipboard
open
override
val
headers
:
Map
<
String
,
List
<
String
>
>
status
Code
Link copied to clipboard
open
override
val
statusCode
:
Int