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