# ActivityAction

**Kind:** Class

**Source:** `Outlook_plugin/src/activity/activity.model.ts` (line 146)

**Part of:** [Activity](subsystem-outlook-plugin-src-activity)

## Properties

| Property | Type |
|---|---|
| `ActivityID` | `number` |
| `ActivityTypeID` | `number` |
| `ActivityActionID` | `number` |
| `ActivityTopicID` | `number` |
| `ActionTitle` | `string` |
| `ActivityActionTypeID` | `number` |
| `DisplayOrder` | `number` |
| `DueDate` | `Date` |
| `TaskID` | `number` |
| `ResponsibleID` | `number` |
| `ResponsibleName` | `string` |
| `IsResponsibleUser` | `boolean` |
| `CreatedByID` | `number` |
| `CreatedDate` | `Date` |
| `ModifiedDate` | `Date` |
| `Comments` | `Comment[]` |
| `Tags` | `Tag[]` |
| `isActive` | `boolean` |
| `_hover` | `boolean` |
| `_MentionDatasource` | `any[]` |
