---
title: model
framework: intents
role: symbol
role_heading: Instance Property
path: intents/incar/model
---

# model

The manufacturer’s model name for the electric vehicle.

## Declaration

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

## Discussion

Discussion Maps displays this value when it presents information about the electric vehicle.

## See Also

### Getting the Car’s Attributes

- [make](intents/incar/make.md)
- [color](intents/incar/color.md)
- [year](intents/incar/year.md)
