Describes an advanced search query
| Name | Type | Description |
| ItemTypes | List of String | Types of items to search for (ex "File", "Folder", etc.) |
| ParentID | List of String | Parent id constraints on search results |
| CreatorID | List of String | Creator id constraints on search results |
| SearchQuery | String | Search term to search for |
| CreateStartDate | String | Item creation date range constraint start date in UTC |
| CreateEndDate | String | Item creation date range constraint end date in UTC |
| ItemNameOnly | Boolean | Whether item content should be included in the search or not. |