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

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]

[Back to Model list] [Back to API list] [Back to README]