# Thread


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**type** | [**ThreadType**](ThreadType.md) |  | [default to undefined]
**subject** | **string** |  | [default to undefined]
**imageId** | **string** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**lastMessageAt** | **string** |  | [default to undefined]
**lastMessage** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**accounts** | [**Array&lt;ThreadAccount&gt;**](ThreadAccount.md) |  | [default to undefined]
**_count** | [**ThreadAllOfCount**](ThreadAllOfCount.md) |  | [optional] [default to undefined]

## Example

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

const instance: Thread = {
    id,
    type,
    subject,
    imageId,
    image,
    lastMessageAt,
    lastMessage,
    createdAt,
    accounts,
    _count,
};
```

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