# AnnouncementCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **string** |  | [default to undefined]
**html** | **string** |  | [optional] [default to undefined]
**slug** | **string** |  | [optional] [default to undefined]
**creatorId** | **string** |  | [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]
**verifiedAccounts** | **boolean** |  | [optional] [default to undefined]
**sponsorshipLevelId** | **string** |  | [optional] [default to undefined]
**email** | **boolean** |  | [optional] [default to undefined]
**push** | **boolean** |  | [optional] [default to undefined]
**filters** | [**EventAnnouncementFilters**](EventAnnouncementFilters.md) |  | [optional] [default to undefined]
**includePasses** | **boolean** |  | [optional] [default to undefined]

## Example

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

const instance: AnnouncementCreateInputs = {
    title,
    html,
    slug,
    creatorId,
    eventId,
    groupId,
    tierId,
    channelId,
    accountId,
    verifiedAccounts,
    sponsorshipLevelId,
    email,
    push,
    filters,
    includePasses,
};
```

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