mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
809 B
809 B
openapi.model.DocumentModel
Load the model package
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 | The time the document was created at | [optional] [readonly] |
| links | DocumentModelLinks | [optional] |