GetSessionConfig

data class GetSessionConfig(val numRecentEvents: Int? = null, val afterTimestamp: <Error class: unknown class>? = null)

Configuration for getting a session.

Constructors

Link copied to clipboard
constructor(numRecentEvents: Int? = null, afterTimestamp: <Error class: unknown class>? = null)

Properties

Link copied to clipboard
val afterTimestamp: <Error class: unknown class>? = null
Link copied to clipboard
val numRecentEvents: Int? = null