kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Storage
/
AttributionReportingVerboseDebugReportSentParameter
Attribution
Reporting
Verbose
Debug
Report
Sent
Parameter
@
Serializable
data
class
AttributionReportingVerboseDebugReportSentParameter
(
val
url
:
String
,
val
body
:
List
<
Map
<
String
,
JsonElement
>
>
?
=
null
,
val
netError
:
Int
?
=
null
,
val
netErrorName
:
String
?
=
null
,
val
httpStatusCode
:
Int
?
=
null
)
Members
Constructors
Attribution
Reporting
Verbose
Debug
Report
Sent
Parameter
Link copied to clipboard
constructor
(
url
:
String
,
body
:
List
<
Map
<
String
,
JsonElement
>
>
?
=
null
,
netError
:
Int
?
=
null
,
netErrorName
:
String
?
=
null
,
httpStatusCode
:
Int
?
=
null
)
Properties
body
Link copied to clipboard
val
body
:
List
<
Map
<
String
,
JsonElement
>
>
?
=
null
http
Status
Code
Link copied to clipboard
val
httpStatusCode
:
Int
?
=
null
net
Error
Link copied to clipboard
val
netError
:
Int
?
=
null
net
Error
Name
Link copied to clipboard
val
netErrorName
:
String
?
=
null
url
Link copied to clipboard
val
url
:
String