mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
1.3 KiB
1.3 KiB
openapi.model.FileLinkOriginDataModel
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Linked file's id on the origin | |
| name | String | Linked file's name on the origin | |
| mimeType | String | MIME type of the linked file. To link a folder entity, the custom MIME type application/x-op-directory MUST be provided. Otherwise it defaults back to an unknown MIME type. |
[optional] |
| size | int | file size on origin in bytes | [optional] |
| createdAt | DateTime | Timestamp of the creation datetime of the file on the origin | [optional] |
| lastModifiedAt | DateTime | Timestamp of the datetime of the last modification of the file on the origin | [optional] |
| createdByName | String | Display name of the author that created the file on the origin | [optional] |
| lastModifiedByName | String | Display name of the author that modified the file on the origin last | [optional] |