# ChannelContentTranslationUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**body** | **string** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]
**videoId** | **string** |  | [optional] [default to undefined]
**audioId** | **number** |  | [optional] [default to undefined]

## Example

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

const instance: ChannelContentTranslationUpdateInputs = {
    title,
    description,
    body,
    imageId,
    videoId,
    audioId,
};
```

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