Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 537 Bytes

File metadata and controls

20 lines (13 loc) · 537 Bytes

MessagingCodeResponse

Properties

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

Example

import { MessagingCodeResponse } from 'bandwidth-sdk';

const instance: MessagingCodeResponse = {
    messageId,
};

[Back to Model list] [Back to API list] [Back to README]