mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
17 lines
584 B
Markdown
17 lines
584 B
Markdown
# openapi.model.UserLicense
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**activatedAt** | [**DateTime**](DateTime.md) | Activation date |
|
|
**activationKey** | **String** | Activation key |
|
|
**licenseKey** | **String** | License key (format: /^IM(SV|CL)(-[\\dA-Za-z]{4}){8}$/) |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|