toggle menu
har-parser
3.1.2
common
switch theme
search in API
har-parser
/
org.hildan.har
/
HarEntry
/
Initiator
/
Stack
Stack
@
Serializable
data
class
Stack
(
val
callFrames
:
List
<
HarEntry.Initiator.Stack.Frame
>
,
val
description
:
String
?
=
null
,
val
parent
:
HarEntry.Initiator.Stack
?
=
null
)
(
source
)
Members
Constructors
Stack
Link copied to clipboard
constructor
(
callFrames
:
List
<
HarEntry.Initiator.Stack.Frame
>
,
description
:
String
?
=
null
,
parent
:
HarEntry.Initiator.Stack
?
=
null
)
Types
Frame
Link copied to clipboard
@
Serializable
data
class
Frame
(
val
functionName
:
String
,
val
scriptId
:
String
,
val
url
:
String
,
val
lineNumber
:
Int
,
val
columnNumber
:
Int
)
Properties
call
Frames
Link copied to clipboard
val
callFrames
:
List
<
HarEntry.Initiator.Stack.Frame
>
description
Link copied to clipboard
val
description
:
String
?
=
null
parent
Link copied to clipboard
val
parent
:
HarEntry.Initiator.Stack
?
=
null