| Name | Type | Description | Notes |
|---|---|---|---|
| description | String | [optional] | |
| errors | Array<RequestError> | [optional] |
require 'cfchat'
instance = Cfchat::BadRequestError.new(
description: null,
errors: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| description | String | [optional] | |
| errors | Array<RequestError> | [optional] |
require 'cfchat'
instance = Cfchat::BadRequestError.new(
description: null,
errors: null
)