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
/
TraceUser
Trace
User
@
JsonSerializable
data
class
TraceUser
(
val
UserName
:
String
?
=
null
,
val
ServiceIds
:
List
<
ServiceId
>
?
=
null
)
(
source
)
Members
Constructors
Trace
User
Link copied to clipboard
constructor
(
UserName
:
String
?
=
null
,
ServiceIds
:
List
<
ServiceId
>
?
=
null
)
Properties
Service
Ids
Link copied to clipboard
val
ServiceIds
:
List
<
ServiceId
>
?
User
Name
Link copied to clipboard
val
UserName
:
String
?