# `GSInstance allowedPropertyKeys`

*Type Method*

Returns an array of allowed property keys.

## Declaration

```swift
class func allowedPropertyKeys() -> [Any]
```

```objc
+ (NSArray *) allowedPropertyKeys;
```

```python
allowedPropertyKeys() -> list
```

## Return Value

An array of allowed property keys.

