# Channel


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**featured** | **boolean** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**priority** | **number** |  | [default to undefined]
**visible** | **boolean** |  | [default to undefined]
**_private** | **boolean** |  | [default to undefined]
**imageId** | **string** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**bannerId** | **string** |  | [default to undefined]
**banner** | [**BaseImage**](BaseImage.md) |  | [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]
**creatorId** | **string** |  | [default to undefined]
**creator** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**_count** | [**ChannelCount**](ChannelCount.md) |  | [default to undefined]

## Example

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

const instance: Channel = {
    id,
    slug,
    featured,
    name,
    description,
    priority,
    visible,
    _private,
    imageId,
    image,
    bannerId,
    banner,
    externalUrl,
    appleUrl,
    spotifyUrl,
    googleUrl,
    youtubeUrl,
    creatorId,
    creator,
    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)
