# ChannelContentTranslation


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** |  | [default to undefined]
**locale** | **string** |  | [default to undefined]
**title** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**body** | **string** |  | [default to undefined]
**imageId** | **string** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**audioId** | **number** |  | [default to undefined]
**audio** | [**BaseFile**](BaseFile.md) |  | [default to undefined]
**videoId** | **string** |  | [default to undefined]
**video** | [**BaseVideo**](BaseVideo.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: ChannelContentTranslation = {
    id,
    locale,
    title,
    description,
    body,
    imageId,
    image,
    audioId,
    audio,
    videoId,
    video,
    createdAt,
    updatedAt,
};
```

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