mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
661 B
661 B
openapi.model.ActivityCreateDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| albumId | String | Album ID | |
| assetId | Optional<String?> | Asset ID (if activity is for an asset) | [optional] |
| comment | Optional<String?> | Comment text (required if type is comment) | [optional] |
| type | ReactionType |