# `GSInstance fullName:`

*Instance Method*

Returns the full name.

## Declaration

```swift
func fullName(_ error: NSErrorPointer) -> String
```

```objc
- (NSString *) fullName:(NSError **) error;
```

```python
fullName_() -> tuple[str, NSError]
```

## Parameters

- `error` — A pointer to an NSError object to store any error that occurs.

## Return Value

The full name.

