http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-xray
/
org.http4k.connect.amazon.xray.model
/
Trace
Trace
@
JsonSerializable
data
class
Trace
(
val
Id
:
TraceId
,
val
Duration
:
Double
?
=
null
,
val
LimitExceeded
:
Boolean
?
=
null
,
val
Segments
:
List
<
Segment
>
=
emptyList()
)
(
source
)
Members
Constructors
Trace
Link copied to clipboard
constructor
(
Id
:
TraceId
,
Duration
:
Double
?
=
null
,
LimitExceeded
:
Boolean
?
=
null
,
Segments
:
List
<
Segment
>
=
emptyList()
)
Properties
Duration
Link copied to clipboard
val
Duration
:
Double
?
Id
Link copied to clipboard
val
Id
:
TraceId
Limit
Exceeded
Link copied to clipboard
val
LimitExceeded
:
Boolean
?
Segments
Link copied to clipboard
val
Segments
:
List
<
Segment
>