| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | ||
| description | String | ||
| field_errors | Array<FieldError> | [optional] |
require 'bandwidth-sdk'
instance = Bandwidth::CreateMessageRequestError.new(
type: null,
description: null,
field_errors: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | ||
| description | String | ||
| field_errors | Array<FieldError> | [optional] |
require 'bandwidth-sdk'
instance = Bandwidth::CreateMessageRequestError.new(
type: null,
description: null,
field_errors: null
)