# `GSUserNotification.title`

*Instance Property*

## Declaration

```swift
var title: String? { get set }
```

```objc
@property (copy) NSString * title;
```

```python
pyobjc_instanceMethods.title() -> str
pyobjc_instanceMethods.setTitle_(title: str)
```

