| Name | Type | Description | Notes |
|---|---|---|---|
| description | String | ||
| image_urls | Array<String> | ||
| confirmation_response | String | [optional] |
require 'bandwidth-sdk'
instance = Bandwidth::OptInWorkflow.new(
description: Opt In Flow,
image_urls: null,
confirmation_response: Thank you for opting in!
)