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

880 B

openapi.model.FileLinkReadModel

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id int File link id
type String
createdAt DateTime Time of creation [optional]
updatedAt DateTime Time of the most recent change to the file link [optional]
originData FileLinkOriginDataModel
embedded FileLinkReadModelEmbedded [optional]
links FileLinkReadModelLinks

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