Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 667 Bytes

File metadata and controls

24 lines (17 loc) · 667 Bytes

OptInWorkflow

Properties

Name Type Description Notes
description string [default to undefined]
imageUrls Array<string> [default to undefined]
confirmationResponse string [optional] [default to undefined]

Example

import { OptInWorkflow } from 'bandwidth-sdk';

const instance: OptInWorkflow = {
    description,
    imageUrls,
    confirmationResponse,
};

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