kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Audits
/
SourceCodeLocation
Source
Code
Location
@
Serializable
data
class
SourceCodeLocation
(
val
scriptId
:
String
?
=
null
,
val
url
:
String
,
val
lineNumber
:
Int
,
val
columnNumber
:
Int
)
Members
Constructors
Source
Code
Location
Link copied to clipboard
constructor
(
scriptId
:
String
?
=
null
,
url
:
String
,
lineNumber
:
Int
,
columnNumber
:
Int
)
Properties
column
Number
Link copied to clipboard
val
columnNumber
:
Int
line
Number
Link copied to clipboard
val
lineNumber
:
Int
script
Id
Link copied to clipboard
val
scriptId
:
String
?
=
null
url
Link copied to clipboard
val
url
:
String