chrome-devtools-kotlin
Toggle table of contents
8.3.0-1589152
common
Target filter
common
Switch theme
Search in API
Skip to content
chrome-devtools-kotlin
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.storage.events
/
StorageEvent
/
AttributionReportingVerboseDebugReportSent
Attribution
Reporting
Verbose
Debug
Report
Sent
@
Serializable
data
class
AttributionReportingVerboseDebugReportSent
(
val
url
:
String
,
val
body
:
List
<
JsonObject
>
?
=
null
,
val
netError
:
Int
?
=
null
,
val
netErrorName
:
String
?
=
null
,
val
httpStatusCode
:
Int
?
=
null
)
:
StorageEvent
(undocumented in the protocol definition)
Official doc
Members
Constructors
Attribution
Reporting
Verbose
Debug
Report
Sent
Link copied to clipboard
constructor
(
url
:
String
,
body
:
List
<
JsonObject
>
?
=
null
,
netError
:
Int
?
=
null
,
netErrorName
:
String
?
=
null
,
httpStatusCode
:
Int
?
=
null
)
Properties
body
Link copied to clipboard
val
body
:
List
<
JsonObject
>
?
(undocumented in the protocol definition)
http
Status
Code
Link copied to clipboard
val
httpStatusCode
:
Int
?
(undocumented in the protocol definition)
net
Error
Link copied to clipboard
val
netError
:
Int
?
(undocumented in the protocol definition)
net
Error
Name
Link copied to clipboard
val
netErrorName
:
String
?
(undocumented in the protocol definition)
url
Link copied to clipboard
val
url
:
String
(undocumented in the protocol definition)