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