# ActivityCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **string** |  | [default to undefined]
**entities** | [**Array&lt;ActivityEntityInputs&gt;**](ActivityEntityInputs.md) |  | [optional] [default to undefined]
**featured** | **boolean** |  | [optional] [default to undefined]
**pinned** | **boolean** |  | [optional] [default to undefined]
**pinnedExplore** | **boolean** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]
**videoId** | **string** |  | [optional] [default to undefined]
**eventId** | **string** |  | [optional] [default to undefined]
**groupId** | **string** |  | [optional] [default to undefined]
**contentId** | **string** |  | [optional] [default to undefined]
**eventMediaItemId** | **string** |  | [optional] [default to undefined]
**commentedId** | **string** |  | [optional] [default to undefined]
**meetingId** | **string** |  | [optional] [default to undefined]
**createdAt** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: ActivityCreateInputs = {
    message,
    entities,
    featured,
    pinned,
    pinnedExplore,
    imageId,
    videoId,
    eventId,
    groupId,
    contentId,
    eventMediaItemId,
    commentedId,
    meetingId,
    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)
