ListSessionsResponse

data class ListSessionsResponse(val sessions: List<Session> = emptyList())

Response for listing sessions.

Constructors

Link copied to clipboard
constructor(sessions: List<Session> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard