# SearchOrganizationFilters


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accounts** | **boolean** |  | [optional] [default to undefined]
**events** | **boolean** |  | [optional] [default to undefined]
**groups** | **boolean** |  | [optional] [default to undefined]
**channels** | **boolean** |  | [optional] [default to undefined]
**contents** | **boolean** |  | [optional] [default to undefined]
**threads** | **boolean** |  | [optional] [default to undefined]

## Example

```typescript
import { SearchOrganizationFilters } from '@connectedxm/admin-sdk';

const instance: SearchOrganizationFilters = {
    accounts,
    events,
    groups,
    channels,
    contents,
    threads,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
