GetSessionConfig
data class GetSessionConfig(val numRecentEvents: Int? = null, val afterTimestamp: ERROR CLASS: Symbol not found for Instant?? = null)
Configuration for getting a session.
Constructors
Link copied to clipboard
constructor(numRecentEvents: Int? = null, afterTimestamp: ERROR CLASS: Symbol not found for Instant?? = null)
Types
Link copied to clipboard
class Builder
Fluent builder for GetSessionConfig, provided primarily for Java callers. Any property left unset falls back to the same default as the constructor.