# ShortReleaseResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_id** | **String** | |
**size** | **i32** | |
**id** | **String** | Release ID, that's how we indentify the release in the infrastructure |
**build_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional]
**filename** | **String** | |
**variant** | **String** | |
**device_id** | **String** | |
**date** | **f64** | |
**md5** | **String** | |
**version** | **String** | |
**r#type** | [**models::ReleaseType**](ReleaseType.md) | |
**maintainer_id** | Option<**String**> | | [optional]
**archived** | **bool** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)