# ThreadCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountIds** | **Array&lt;string&gt;** |  | [default to undefined]
**subject** | **string** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: ThreadCreateInputs = {
    accountIds,
    subject,
    imageId,
};
```

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