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