---
title: model
framework: healthkit
role: symbol
role_heading: Instance Property
path: healthkit/hkdevice/model
---

# model

A string representing the device’s model.

## Declaration

```swift
var model: String? { get }
```

## See Also

### Accessing Data About a Device

- [udiDeviceIdentifier](healthkit/hkdevice/udideviceidentifier.md)
- [firmwareVersion](healthkit/hkdevice/firmwareversion.md)
- [hardwareVersion](healthkit/hkdevice/hardwareversion.md)
- [localIdentifier](healthkit/hkdevice/localidentifier.md)
- [manufacturer](healthkit/hkdevice/manufacturer.md)
- [name](healthkit/hkdevice/name.md)
- [softwareVersion](healthkit/hkdevice/softwareversion.md)
