# AnnouncementUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **string** |  | [optional] [default to undefined]
**html** | **string** |  | [optional] [default to undefined]
**slug** | **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 { AnnouncementUpdateInputs } from '@connectedxm/admin-sdk';

const instance: AnnouncementUpdateInputs = {
    title,
    html,
    slug,
    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)
