# openapi.model.FileLinkCollectionWriteModel ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | | **total** | **int** | The total amount of elements available in the collection. | **count** | **int** | Actual amount of elements in this response. | **links** | [**CollectionModelLinks**](CollectionModelLinks.md) | | **embedded** | [**FileLinkCollectionWriteModelAllOfEmbedded**](FileLinkCollectionWriteModelAllOfEmbedded.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)