---
search:
  exclude: true
---

# <a id="bitdrift.public.unary.issues.v1.FeatureFlagFilter"></a>FeatureFlagFilter

| Field | Type | Description |
|---|---|---|
| name | <span class="proto-type proto-type-primitive">string</span> |  |
| variant | <span class="proto-type proto-type-primitive">optional string</span> | The variant of the feature flag to filter by. If not specified, all variants are included. |
| exclusive | <span class="proto-type proto-type-primitive">bool</span> | Only include issues that are exclusively associated with this feature flag (and variant, if specified). This implies that  this feature flag was always active when the issue occurred. |

#### Example
```json
{
  "exclusive": false,
  "name": "EXC_BAD_ACCESS",
  "variant": "null pointer"
}
```

