toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
model
/
InvocationInfo
Invocation
Info
@
Serializable
data
class
InvocationInfo
(
val
hostName
:
String
,
val
reqId
:
String
,
val
execMillis
:
Int
=
0
)
(
source
)
Members
Constructors
Invocation
Info
Link copied to clipboard
constructor
(
hostName
:
String
,
reqId
:
String
,
execMillis
:
Int
=
0
)
Properties
exec
Millis
Link copied to clipboard
@
SerialName
(
value
=
"exec-duration-millis"
)
val
execMillis
:
Int
=
0
host
Name
Link copied to clipboard
@
SerialName
(
value
=
"hostname"
)
val
hostName
:
String
req
Id
Link copied to clipboard
@
SerialName
(
value
=
"req-id"
)
val
reqId
:
String