# ReportFilters


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**eventId** | **string** |  | [optional] [default to undefined]
**placeId** | **string** |  | [optional] [default to undefined]
**groupId** | **string** |  | [optional] [default to undefined]
**channelId** | **string** |  | [optional] [default to undefined]
**accountId** | **string** |  | [optional] [default to undefined]
**surveyId** | **string** |  | [optional] [default to undefined]
**sessionId** | **string** |  | [optional] [default to undefined]
**seriesId** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: ReportFilters = {
    eventId,
    placeId,
    groupId,
    channelId,
    accountId,
    surveyId,
    sessionId,
    seriesId,
};
```

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