# `GSInstance instanceKey`

*Instance Method*

Returns the instance key.

## Declaration

```swift
func instanceKey() -> String
```

```objc
- (NSString *) instanceKey;
```

```python
instanceKey() -> str
```

## Return Value

The instance key.

