# ShortDeviceResponse
## Properties
**codename** | **String** | Device codename, legacy |
**model_name** | **String** | Model name of device, does not include the OEM part, legacy |
**oem_name** | **String** | |
**id** | **String** | |
**codenames** | **Vec<String>** | |
**model_names** | **Vec<String>** | |
**supported** | **bool** | |
**is_featured** | Option<**bool**> | | [optional][default to false]
**featured_text** | Option<**String**> | | [optional]
**full_name** | **String** | Full name of device / devices, legacy | [readonly]
**url** | **String** | URL of the device on the official website | [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)