# BaseChannelContentLike


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountId** | **string** |  | [default to undefined]
**channelId** | **string** |  | [default to undefined]
**contentId** | **string** |  | [default to undefined]

## Example

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

const instance: BaseChannelContentLike = {
    accountId,
    channelId,
    contentId,
};
```

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