mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
997 B
997 B
openapi.model.AttachmentModel
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] |