# EventAnnouncementFilters


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** |  | [default to undefined]
**ticketId** | **string** |  | [optional] [default to undefined]
**questionId** | **string** |  | [optional] [default to undefined]
**choiceId** | **string** |  | [optional] [default to undefined]
**eventRoomTypeId** | **string** |  | [optional] [default to undefined]
**addOnId** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: EventAnnouncementFilters = {
    type,
    ticketId,
    questionId,
    choiceId,
    eventRoomTypeId,
    addOnId,
};
```

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