mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
853 B
853 B
openapi.model.PluginResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| author | String | Plugin author | |
| createdAt | String | Creation date | |
| description | String | Plugin description | |
| id | String | Plugin ID | |
| methods | List | Plugin methods | [default to const []] |
| name | String | Plugin name | |
| title | String | Plugin title | |
| updatedAt | String | Last update date | |
| version | String | Plugin version |