mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
25 lines
872 B
Markdown
25 lines
872 B
Markdown
|
|
# openapi.model.SessionCreateResponseDto
|
||
|
|
|
||
|
|
## Load the model package
|
||
|
|
```dart
|
||
|
|
import 'package:openapi/api.dart';
|
||
|
|
```
|
||
|
|
|
||
|
|
## Properties
|
||
|
|
Name | Type | Description | Notes
|
||
|
|
------------ | ------------- | ------------- | -------------
|
||
|
|
**appVersion** | **String** | App version |
|
||
|
|
**createdAt** | **String** | Creation date |
|
||
|
|
**current** | **bool** | Is current session |
|
||
|
|
**deviceOS** | **String** | Device OS |
|
||
|
|
**deviceType** | **String** | Device type |
|
||
|
|
**expiresAt** | **Optional<String?>** | Expiration date | [optional]
|
||
|
|
**id** | **String** | Session ID |
|
||
|
|
**isPendingSyncReset** | **bool** | Is pending sync reset |
|
||
|
|
**token** | **String** | Session token |
|
||
|
|
**updatedAt** | **String** | Last update date |
|
||
|
|
|
||
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||
|
|
|
||
|
|
|