GetSessionConfig

data class GetSessionConfig(val numRecentEvents: Int? = null, val afterTimestamp: Instant? = null)

Configuration for getting a session.

Constructors

Link copied to clipboard
constructor(numRecentEvents: Int? = null, afterTimestamp: Instant? = null)

Properties

Link copied to clipboard
val afterTimestamp: Instant? = null
Link copied to clipboard
val numRecentEvents: Int? = null