# SmsMessageContent


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**text** | **string** | The contents of the text message. Must be 2048 characters or less. | [default to undefined]

## Example

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

const instance: SmsMessageContent = {
    text,
};
```

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