mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
545 B
545 B
openapi.model.ApiKeyCreateDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | Optional<String?> | API key name | [optional] |
| permissions | List | List of permissions | [default to const []] |