| Name | Type | Description | Notes |
|---|---|---|---|
| reason | String | [optional] | |
| code | String | [optional] | |
| status | Object | ||
| configuration | Object | [optional] |
require 'fastcomments-client'
instance = FastCommentsClient::AddDomainConfigResponse.new(
reason: null,
code: null,
status: null,
configuration: null
)