2024-04-19 12:47:29 +02:00
# openapi.model.SessionResponseDto
2023-04-26 04:19:23 +02: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 18:49:18 +02:00
**deviceType** | **String** | |
**id** | **String** | |
**updatedAt** | **String** | |
2023-04-26 04:19:23 +02: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)