# openapi.model.FileLinkReadModel ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **int** | File link id | **type** | **String** | | **createdAt** | [**DateTime**](DateTime.md) | Time of creation | [optional] **updatedAt** | [**DateTime**](DateTime.md) | Time of the most recent change to the file link | [optional] **originData** | [**FileLinkOriginDataModel**](FileLinkOriginDataModel.md) | | **embedded** | [**FileLinkReadModelEmbedded**](FileLinkReadModelEmbedded.md) | | [optional] **links** | [**FileLinkReadModelLinks**](FileLinkReadModelLinks.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)