# DeviceModel

## Properties

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `object` | string | Yes | Type of object is always `deviceModel`. |
| `id` | string | Yes | Unique identifier for the deviceModel. |
| `brand` | string | Yes | The brand of the device model. |
| `name` | string | Yes | The device model's name. |
| `simTypes` | string[] | Yes | List of SIM types supported by this device model. |
| `type` | car | iot | laptop | router | smartphone | feature-phone | smartwatch | tablet | wearable | other | Yes | The type of the device model. |
