ListSessionsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the application to list sessions for.

Link copied to clipboard
val createdAtAfter: <Error class: unknown class>?

The lower bound of the option to filter by creation date and time.

Link copied to clipboard
val createdAtBefore: <Error class: unknown class>?

The upper bound of the option to filter by creation date and time.

Link copied to clipboard

The maximum number of sessions to return in each page of results.

Link copied to clipboard

The token for the next set of session results.

Link copied to clipboard

An optional filter for session states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String