Interface CreateSessionRequest

Hierarchy

  • CreateSessionRequest

Properties

configurationId?: string

The ID of the Scheduler Configuration object for the session. If you're using slug, you can omit this field.

slug?: string

The slug of the Scheduler Configuration object for the session. If you're using configurationId, you can omit this field.

timeToLive?: number

The time to live for the session in minutes. The maximum value is 30 minutes.

Generated using TypeDoc