# `GSEndpoint.displayURL`

*Instance Property*

A URL representation suitable for display. Excludes the URL scheme, user, and password components.

## Declaration

```swift
var displayURL: String { get }
```

```objc
@property (readonly) NSString * displayURL;
```

```python
displayURL() -> str
```

