---
title: Mirror.AncestorRepresentation.suppressed
framework: swift
role: symbol
role_heading: Case
path: swift/mirror/ancestorrepresentation/suppressed
---

# Mirror.AncestorRepresentation.suppressed

Suppresses the representation of all ancestor classes.

## Declaration

```swift
case suppressed
```

## Discussion

Discussion In a mirror created with this ancestor representation, the superclassMirror property is nil.
