# MultiChannelChannelListSMSObject


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**from** | **string** | The sender ID of the message. This could be an alphanumeric sender ID. | [default to undefined]
**applicationId** | **string** | The ID of the Application your from number or senderId is associated with in the Bandwidth App. | [default to undefined]
**channel** | [**MultiChannelMessageChannelEnum**](MultiChannelMessageChannelEnum.md) |  | [default to undefined]
**content** | [**SmsMessageContent**](SmsMessageContent.md) |  | [default to undefined]

## Example

```typescript
import { MultiChannelChannelListSMSObject } from 'bandwidth-sdk';

const instance: MultiChannelChannelListSMSObject = {
    from,
    applicationId,
    channel,
    content,
};
```

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