InvocationInfo

@Serializable
data class InvocationInfo(val hostName: String, val reqId: String, val execMillis: Int = 0)(source)

Constructors

Link copied to clipboard
constructor(hostName: String, reqId: String, execMillis: Int = 0)

Properties

Link copied to clipboard
@SerialName(value = "exec-duration-millis")
val execMillis: Int = 0
Link copied to clipboard
@SerialName(value = "hostname")
val hostName: String
Link copied to clipboard
@SerialName(value = "req-id")
val reqId: String