Handoff

data class Handoff(val type: String, val ticketId: String? = null, val timestamp: Long = 0)

The handoff information.

Since

4.26.0

Constructors

Link copied to clipboard
constructor(type: String, ticketId: String? = null, timestamp: Long = 0)

Properties

Link copied to clipboard
val ticketId: String? = null

The ticket ID of the handoff.

Link copied to clipboard
val timestamp: Long = 0

The timestamp of the handoff in milliseconds.

Link copied to clipboard

The type of the handoff.