# BaseAnnouncement


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**title** | **string** |  | [default to undefined]
**html** | **string** |  | [default to undefined]
**email** | **boolean** |  | [default to undefined]
**push** | **boolean** |  | [default to undefined]
**sms** | **boolean** |  | [default to undefined]
**includePasses** | **boolean** |  | [default to undefined]
**accountId** | **string** |  | [default to undefined]
**creatorId** | **string** |  | [default to undefined]
**eventId** | **string** |  | [default to undefined]
**groupId** | **string** |  | [default to undefined]
**tierId** | **string** |  | [default to undefined]
**channelId** | **string** |  | [default to undefined]
**ticketId** | **string** |  | [default to undefined]
**userId** | **string** |  | [default to undefined]
**schedule** | [**BaseSchedule**](BaseSchedule.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]

## Example

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

const instance: BaseAnnouncement = {
    id,
    slug,
    title,
    html,
    email,
    push,
    sms,
    includePasses,
    accountId,
    creatorId,
    eventId,
    groupId,
    tierId,
    channelId,
    ticketId,
    userId,
    schedule,
    createdAt,
};
```

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