| Name | Type | Description | Notes |
|---|---|---|---|
| success | Boolean | [optional] | |
| data | CreateInboxConversation201ResponseData | [optional] |
require 'zernio-sdk'
instance = Zernio::CreateInboxConversation201Response.new(
success: true,
data: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| success | Boolean | [optional] | |
| data | CreateInboxConversation201ResponseData | [optional] |
require 'zernio-sdk'
instance = Zernio::CreateInboxConversation201Response.new(
success: true,
data: null
)