# Announcement


## 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]
**verifiedAccounts** | **boolean** |  | [default to undefined]
**account** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**creator** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**event** | [**BaseEvent**](BaseEvent.md) |  | [default to undefined]
**group** | [**BaseGroup**](BaseGroup.md) |  | [default to undefined]
**tier** | [**BaseTier**](BaseTier.md) |  | [default to undefined]
**channel** | [**BaseChannel**](BaseChannel.md) |  | [default to undefined]
**sponsorshipLevelId** | **string** |  | [default to undefined]
**sponsorshipLevel** | [**BaseLevel**](BaseLevel.md) |  | [default to undefined]
**ticket** | [**BaseEventPassType**](BaseEventPassType.md) |  | [default to undefined]
**user** | [**BaseUser**](BaseUser.md) |  | [default to undefined]
**message** | **string** |  | [default to undefined]
**filters** | [**EventAnnouncementFilters**](EventAnnouncementFilters.md) |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: Announcement = {
    id,
    slug,
    title,
    html,
    email,
    push,
    sms,
    includePasses,
    accountId,
    creatorId,
    eventId,
    groupId,
    tierId,
    channelId,
    ticketId,
    userId,
    schedule,
    createdAt,
    verifiedAccounts,
    account,
    creator,
    event,
    group,
    tier,
    channel,
    sponsorshipLevelId,
    sponsorshipLevel,
    ticket,
    user,
    message,
    filters,
    updatedAt,
};
```

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