# ShortReleaseResponse
## 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]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)