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

1.0 KiB

openapi.model.AttachmentsModelAllOfEmbeddedElementsInner

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id int Attachment's id [optional]
title String The name of the file
fileName String The name of the uploaded file
fileSize int The size of the uploaded file in Bytes [optional]
description AttachmentModelDescription
contentType String The files MIME-Type as determined by the server
digest String A checksum for the files content
createdAt DateTime Time of creation
links AttachmentModelLinks [optional]

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