# MessagingCodeResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**messageId** | **string** | Messaging API Message ID. | [optional] [default to undefined]

## Example

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

const instance: MessagingCodeResponse = {
    messageId,
};
```

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