# Notification


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**type** | [**NotificationType**](NotificationType.md) |  | [default to undefined]
**read** | **boolean** |  | [default to undefined]
**receiverId** | **string** |  | [default to undefined]
**receiver** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**senderId** | **string** |  | [default to undefined]
**sender** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**orgMembershipId** | **string** |  | [default to undefined]
**orgMembership** | [**OrganizationMembership**](OrganizationMembership.md) |  | [default to undefined]
**like** | [**BaseLike**](BaseLike.md) |  | [default to undefined]
**activity** | [**BaseActivity**](BaseActivity.md) |  | [default to undefined]
**event** | [**BaseEvent**](BaseEvent.md) |  | [default to undefined]
**announcement** | [**BaseAnnouncement**](BaseAnnouncement.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: Notification = {
    id,
    type,
    read,
    receiverId,
    receiver,
    senderId,
    sender,
    orgMembershipId,
    orgMembership,
    like,
    activity,
    event,
    announcement,
    createdAt,
    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)
