# ChannelContentUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**channelId** | **string** |  | [optional] [default to undefined]
**featured** | **boolean** |  | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]
**slug** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**duration** | **string** |  | [optional] [default to undefined]
**body** | **string** |  | [optional] [default to undefined]
**imageUrl** | **string** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]
**squareImageId** | **string** |  | [optional] [default to undefined]
**audioId** | **number** |  | [optional] [default to undefined]
**videoId** | **string** |  | [optional] [default to undefined]
**externalUrl** | **string** |  | [optional] [default to undefined]
**appleUrl** | **string** |  | [optional] [default to undefined]
**spotifyUrl** | **string** |  | [optional] [default to undefined]
**googleUrl** | **string** |  | [optional] [default to undefined]
**youtubeUrl** | **string** |  | [optional] [default to undefined]
**email** | **boolean** |  | [optional] [default to undefined]
**push** | **boolean** |  | [optional] [default to undefined]

## Example

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

const instance: ChannelContentUpdateInputs = {
    channelId,
    featured,
    title,
    slug,
    description,
    duration,
    body,
    imageUrl,
    imageId,
    squareImageId,
    audioId,
    videoId,
    externalUrl,
    appleUrl,
    spotifyUrl,
    googleUrl,
    youtubeUrl,
    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)
