# BaseChannelContent


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

## Example

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

const instance: BaseChannelContent = {
    id,
    featured,
    slug,
    title,
    description,
    imageId,
    image,
    squareImageId,
    squareImage,
    imageUrl,
    audioId,
    audio,
    videoId,
    video,
    channelId,
    channel,
    duration,
    published,
    email,
    push,
};
```

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