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

20 lines
809 B
Markdown

# openapi.model.DocumentModel
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | Document's id | [optional] [readonly]
**title** | **String** | The title chosen for the collection of documents | [optional] [readonly]
**description** | **String** | A text describing the documents | [optional] [readonly]
**createdAt** | [**DateTime**](DateTime.md) | The time the document was created at | [optional] [readonly]
**links** | [**DocumentModelLinks**](DocumentModelLinks.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)