toggle menu
har-parser
2.6.1
common
switch theme
search in API
har-parser
/
org.hildan.har
/
HarEntry
/
Initiator
Initiator
@
Serializable
data
class
Initiator
(
val
type
:
String
,
val
stack
:
HarEntry.Initiator.Stack
?
=
null
,
val
url
:
String
?
=
null
,
val
lineNumber
:
Int
?
=
null
,
val
requestId
:
String
?
=
null
)
(
source
)
Members
Constructors
Initiator
Link copied to clipboard
constructor
(
type
:
String
,
stack
:
HarEntry.Initiator.Stack
?
=
null
,
url
:
String
?
=
null
,
lineNumber
:
Int
?
=
null
,
requestId
:
String
?
=
null
)
Types
Stack
Link copied to clipboard
@
Serializable
data
class
Stack
(
val
callFrames
:
List
<
HarEntry.Initiator.Stack.Frame
>
,
val
description
:
String
?
=
null
,
val
parent
:
HarEntry.Initiator.Stack
?
=
null
)
Properties
line
Number
Link copied to clipboard
val
lineNumber
:
Int
?
=
null
request
Id
Link copied to clipboard
val
requestId
:
String
?
=
null
stack
Link copied to clipboard
val
stack
:
HarEntry.Initiator.Stack
?
=
null
type
Link copied to clipboard
val
type
:
String
url
Link copied to clipboard
val
url
:
String
?
=
null