# OptInWorkflow


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **string** |  | [default to undefined]
**imageUrls** | **Array&lt;string&gt;** |  | [default to undefined]
**confirmationResponse** | **string** |  | [optional] [default to undefined]

## Example

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

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

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