CreateSessionRequest: {
    deduplicationId?: string;
    maxDuration?: string;
    maxIdleDuration?: string;
    name?: string;
    platformId: string;
    projectId?: string;
    tags?: string[];
}

Type declaration

  • OptionaldeduplicationId?: string

    Deduplication ID of the session.

  • OptionalmaxDuration?: string

    Maximum duration before the session ends.

  • OptionalmaxIdleDuration?: string

    Maximum idle duration before the session ends.

  • Optionalname?: string

    Name of the session.

  • platformId: string

    ID of the Platform for which the session was created.

  • OptionalprojectId?: string

    ID of the Project in which the session was created.

  • Optionaltags?: string[]

    Tags of the session.