mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
20 lines
809 B
Markdown
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)
|
|
|
|
|