# ReleaseResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**size** | **i32** | |
**id** | **String** | Release ID, that's how we indentify the release in the infrastructure |
**build_id** | Option<**uuid::Uuid**> | | [optional]
**filename** | **String** | |
**variant** | **String** | |
**device_id** | **String** | |
**date** | **f64** | Unix timestamp of the release date |
**md5** | **String** | |
**version** | **String** | |
**r#type** | [**models::ReleaseType**](ReleaseType.md) | |
**maintainer_id** | Option<**String**> | | [optional]
**archived** | **bool** | |
**is_featured** | **bool** | |
**featured_text** | Option<**String**> | | [optional]
**recovery_img** | [**models::RecoveryImgResponse**](RecoveryImgResponse.md) | |
**changelog** | **Vec<String>** | |
**bugs** | Option<**Vec<String>**> | |
**notes** | Option<**String**> | |
**url** | **String** | URL of the release on the official website | [readonly]
**mirrors** | **std::collections::HashMap<String, String>** | Mirrors list (deprecated) | [readonly]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)