mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
23 lines
853 B
Markdown
23 lines
853 B
Markdown
# openapi.model.PluginResponseDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
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<PluginMethodResponseDto>**](PluginMethodResponseDto.md) | Plugin methods | [default to const []]
|
|
**name** | **String** | Plugin name |
|
|
**title** | **String** | Plugin title |
|
|
**updatedAt** | **String** | Last update date |
|
|
**version** | **String** | Plugin version |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|