pubnub-kotlin-docs
Toggle table of contents
13.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-core-api
/
com.pubnub.api.logging
/
LogMessageContent
/
NetworkResponse
Network
Response
jvm
data
class
NetworkResponse
(
val
url
:
String
,
val
status
:
Int
,
val
headers
:
Map
<
String
,
String
>
?
=
null
,
val
body
:
String
?
=
null
)
:
LogMessageContent
Network response message.
Members
Constructors
Network
Response
Link copied to clipboard
jvm
constructor
(
url
:
String
,
status
:
Int
,
headers
:
Map
<
String
,
String
>
?
=
null
,
body
:
String
?
=
null
)
Properties
body
Link copied to clipboard
jvm
@
SerializedName
(
value
=
"body"
)
val
body
:
String
?
headers
Link copied to clipboard
jvm
@
SerializedName
(
value
=
"headers"
)
val
headers
:
Map
<
String
,
String
>
?
status
Link copied to clipboard
jvm
@
SerializedName
(
value
=
"status"
)
val
status
:
Int
url
Link copied to clipboard
jvm
@
SerializedName
(
value
=
"url"
)
val
url
:
String