# `GSExportSettingsViewController instance:options:error:`

*Instance Method*

## Declaration

```swift
func instance(_ instance: GSInstance, options: NSMutableDictionary) throws
```

```objc
- (BOOL) instance:(GSInstance *) instance options:(NSMutableDictionary *) options error:(NSError **) error;
```

```python
instance_options_error_(instance: GSInstance, options: dict) -> tuple[bool, NSError]
```

