# Device

Devices are the phones or smartwatches that will be tied to a user’s plan.

## Properties

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `object` | string | Yes | Type of object is always `device`. |
| `id` | string | Yes | Unique identifier for the device. |
| `metadata` | object | Yes | A set of key-value pairs, to store [metadata](https://developers.gigs.com/docs/core/metadata) related to the resource. |
| `createdAt` | string | Yes | Time when the device was created. |
| `imei` | string,null | Yes | The IMEI (international mobile equipment identity) of the device if provided. |
| `model` | mixed | Yes |  |
| `name` | string,null | Yes | An optional custom name for the device. |
| `sims` | object[] | Yes | List of SIMs added to this device. |
| `user` | mixed | Yes |  |
