# AnnouncementFilters


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**verifiedAccounts** | **boolean** |  | [optional] [default to undefined]
**eventId** | **string** |  | [optional] [default to undefined]
**groupId** | **string** |  | [optional] [default to undefined]
**tierId** | **string** |  | [optional] [default to undefined]
**channelId** | **string** |  | [optional] [default to undefined]
**accountId** | **string** |  | [optional] [default to undefined]
**sponsorshipLevelId** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: AnnouncementFilters = {
    verifiedAccounts,
    eventId,
    groupId,
    tierId,
    channelId,
    accountId,
    sponsorshipLevelId,
};
```

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