| Name | Type | Description | Notes |
|---|---|---|---|
| phone_numbers | Array<String> | [optional] | |
| message | String | Message describing the error | [optional] |
| code | Integer | Error code associated with the message | [optional] |
require 'bandwidth-sdk'
instance = Bandwidth::LookupErrorSchemaMeta.new(
phone_numbers: ["+13992077164","+19196104424"],
message: Invalid TNs,
code: 1001
)