2024-04-19 06:47:29 -04:00
# openapi.model.SessionResponseDto
2023-04-25 22:19:23 -04:00
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**createdAt** | **String** | |
**current** | **bool** | |
**deviceOS** | **String** | |
2023-08-01 12:49:18 -04:00
**deviceType** | **String** | |
**id** | **String** | |
**updatedAt** | **String** | |
2023-04-25 22:19:23 -04:00
[[Back to Model list]](../README.md#documentation -for-models) [[Back to API list]](../README.md#documentation -for-api-endpoints) [[Back to README]](../README.md)