open-project-flutter-api/doc/ActivityModel.md
2023-11-05 19:54:17 +01:00

21 lines
850 B
Markdown

# openapi.model.ActivityModel
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | Activity id | [optional] [readonly]
**version** | **int** | Activity version | [optional] [readonly]
**comment** | [**ActivityModelComment**](ActivityModelComment.md) | | [optional]
**details** | [**List<Formattable>**](Formattable.md) | | [optional] [default to const []]
**createdAt** | [**DateTime**](DateTime.md) | Time of creation | [optional] [readonly]
**updatedAt** | [**DateTime**](DateTime.md) | Time of update | [optional] [readonly]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)