# UserWithCursorLocationDTO

User with cursor location

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**uuid** | **string** |  | [optional] [default to undefined]
**email** | **string** |  | [optional] [default to undefined]
**firstname** | **string** |  | [optional] [default to undefined]
**lastname** | **string** |  | [optional] [default to undefined]
**cursorLocation** | [**CursorLocation**](CursorLocation.md) |  | [optional] [default to undefined]
**reference** | **string** |  | [optional] [default to undefined]
**sessionId** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { UserWithCursorLocationDTO } from '@caraer/client';

const instance: UserWithCursorLocationDTO = {
    uuid,
    email,
    firstname,
    lastname,
    cursorLocation,
    reference,
    sessionId,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
