toggle menu
elasticmagic-kt
0.3.4
common
switch theme
search in API
elasticmagic-transport
/
dev.evo.elasticmagic.transport
/
ApiResponse
Api
Response
class
ApiResponse
(
val
statusCode
:
Int
,
val
headers
:
Map
<
String
,
List
<
String
>
>
,
val
content
:
Deserializer.ObjectCtx
)
:
Response
<
Deserializer.ObjectCtx
>
Members
Constructors
Api
Response
Link copied to clipboard
constructor
(
statusCode
:
Int
,
headers
:
Map
<
String
,
List
<
String
>
>
,
content
:
Deserializer.ObjectCtx
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
content
Link copied to clipboard
open
override
val
content
:
Deserializer.ObjectCtx
headers
Link copied to clipboard
open
override
val
headers
:
Map
<
String
,
List
<
String
>
>
status
Code
Link copied to clipboard
open
override
val
statusCode
:
Int