Interface CreateSessionsResponse

interface CreateSessionsResponse {
    reportSessionId: string;
}

Properties

Properties

reportSessionId: string

Session ID for the created session

Generated using TypeDoc