# `GSHobbyNodeInfo.parent`

*Instance Property*

## Declaration

```swift
weak var parent: GSNode? { get set }
```

```objc
@property (nonatomic, weak) GSNode * parent;
```

```python
parent() -> GSNode
setParent_(parent: GSNode)
```

