# ChannelCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [default to undefined]
**imageId** | **string** |  | [default to undefined]
**bannerId** | **string** |  | [optional] [default to undefined]
**slug** | **string** |  | [optional] [default to undefined]
**featured** | **boolean** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**priority** | **number** |  | [optional] [default to undefined]
**visible** | **boolean** |  | [optional] [default to undefined]
**_private** | **boolean** |  | [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]
**groupId** | **string** |  | [optional] [default to undefined]
**creatorId** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: ChannelCreateInputs = {
    name,
    imageId,
    bannerId,
    slug,
    featured,
    description,
    priority,
    visible,
    _private,
    externalUrl,
    appleUrl,
    spotifyUrl,
    googleUrl,
    youtubeUrl,
    groupId,
    creatorId,
};
```

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