QueryResultFilter
Import this model from the entry point of its package:
import { QueryResultFilter } from '@sailpoint/angular-sdk/search';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| includes | (optional) Array<string> | The list of field names to include in the result documents. | [default to undefined] |
| excludes | (optional) Array<string> | The list of field names to exclude from the result documents. | [default to undefined] |