| Name | Type | Description | Notes |
|---|---|---|---|
| binaryIds | List<Integer> | ID's of binaries to limit the search to, if empty, search all scoped binaries | [optional] |
| collectionIds | List<Integer> | ID's of collections to limit the search to, if empty, search all scoped collections | [optional] |
| functionIds | List<Long> | ID's of functions to limit the search to, if empty, search all scoped functions | [optional] |
| userIds | List<Integer> | ID's of users to limit the search to, if empty, search all scoped users | [optional] |
| debugTypes | List<DebugTypesEnum> | Limit the search to specific debug types, if empty, search all scoped debug & non-debug functions | [optional] |
| Name | Value |
|---|---|
| USER | "USER" |
| SYSTEM | "SYSTEM" |
| EXTERNAL | "EXTERNAL" |