# `GSEndpoint.valid`

*Instance Property*

Whether the endpoint represents a valid URL.

## Declaration

```swift
var isValid: Bool { get }
```

```objc
@property (readonly, getter=isValid) BOOL valid;
```

```python
isValid() -> bool
```

