# 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)