# BaseChannel


## 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]
**_count** | [**BaseChannelCount**](BaseChannelCount.md) |  | [default to undefined]

## Example

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

const instance: BaseChannel = {
    id,
    slug,
    featured,
    name,
    description,
    priority,
    visible,
    _private,
    imageId,
    image,
    bannerId,
    banner,
    _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)
