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