kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Audits
/
AffectedRequest
Affected
Request
@
Serializable
data
class
AffectedRequest
(
val
requestId
:
String
?
=
null
,
val
url
:
String
)
Information about a request that is affected by an inspector issue.
Members
Constructors
Affected
Request
Link copied to clipboard
constructor
(
requestId
:
String
?
=
null
,
url
:
String
)
Properties
request
Id
Link copied to clipboard
val
requestId
:
String
?
=
null
The unique request id.
url
Link copied to clipboard
val
url
:
String