# `GSEndpoint.address`

*Instance Property*

The address of the endpoint URL excluding the user and password components.

## Declaration

```swift
var address: String { get set }
```

```objc
@property (nonatomic, strong) NSString * address;
```

```python
address() -> str
setAddress_(address: str)
```

