toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.types
/
URLResponse
URLResponse
data
class
URLResponse
(
val
data
:
Any
?
,
val
headers
:
Map
<
String
,
List
<
String
>
>
,
val
statusCode
:
Int
,
val
contentType
:
String
?
)
Members
Constructors
URLResponse
Link copied to clipboard
constructor
(
data
:
Any
?
,
headers
:
Map
<
String
,
List
<
String
>
>
,
statusCode
:
Int
,
contentType
:
String
?
)
Properties
content
Type
Link copied to clipboard
val
contentType
:
String
?
data
Link copied to clipboard
val
data
:
Any
?
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
List
<
String
>
>
status
Code
Link copied to clipboard
val
statusCode
:
Int