# ThreadUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**subject** | **string** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: ThreadUpdateInputs = {
    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)
