# BaseThread


## 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]

## Example

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

const instance: BaseThread = {
    id,
    type,
    subject,
    imageId,
    image,
    lastMessageAt,
    lastMessage,
    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)
