# ChannelContent


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**featured** | **boolean** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**title** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**imageId** | **string** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**squareImageId** | **string** |  | [default to undefined]
**squareImage** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**imageUrl** | **string** |  | [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]
**channelId** | **string** |  | [default to undefined]
**channel** | [**BaseChannel**](BaseChannel.md) |  | [default to undefined]
**duration** | **string** |  | [default to undefined]
**published** | **string** |  | [default to undefined]
**email** | **boolean** |  | [default to undefined]
**push** | **boolean** |  | [default to undefined]
**body** | **string** |  | [default to undefined]
**externalUrl** | **string** |  | [default to undefined]
**appleUrl** | **string** |  | [default to undefined]
**spotifyUrl** | **string** |  | [default to undefined]
**googleUrl** | **string** |  | [default to undefined]
**youtubeUrl** | **string** |  | [default to undefined]
**guests** | [**Array&lt;BaseChannelContentGuest&gt;**](BaseChannelContentGuest.md) |  | [default to undefined]
**publishSchedule** | [**BaseSchedule**](BaseSchedule.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**_count** | [**ChannelContentAllOfCount**](ChannelContentAllOfCount.md) |  | [default to undefined]

## Example

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

const instance: ChannelContent = {
    id,
    featured,
    slug,
    title,
    description,
    imageId,
    image,
    squareImageId,
    squareImage,
    imageUrl,
    audioId,
    audio,
    videoId,
    video,
    channelId,
    channel,
    duration,
    published,
    email,
    push,
    body,
    externalUrl,
    appleUrl,
    spotifyUrl,
    googleUrl,
    youtubeUrl,
    guests,
    publishSchedule,
    createdAt,
    updatedAt,
    _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)
