# `GSFeaBlock.automatic`

*Instance Property*

Whether the code is generated automatically.

## Declaration

```swift
var isAutomatic: Bool { get set }
```

```objc
@property (nonatomic, getter=isAutomatic) BOOL automatic;
```

```python
isAutomatic() -> bool
setAutomatic_(automatic: bool)
```

