SessionUpdate

@Serializable
data class SessionUpdate(val resuming: Omissible<Boolean> = Omissible.Omitted(), val timeoutSeconds: Omissible<Long> = Omissible.Omitted())

Request used to update a session.

Constructors

Link copied to clipboard
constructor(resuming: Omissible<Boolean> = Omissible.Omitted(), timeoutSeconds: Omissible<Long> = Omissible.Omitted())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

whether resuming is enabled or not

Link copied to clipboard

Duration you are allowed to resume

Link copied to clipboard

amount of seconds you are allowed to resume