Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 496 Bytes

File metadata and controls

24 lines (18 loc) · 496 Bytes

FastCommentsClient::AddDomainConfigResponse

Properties

Name Type Description Notes
reason String [optional]
code String [optional]
status Object
configuration Object [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::AddDomainConfigResponse.new(
  reason: null,
  code: null,
  status: null,
  configuration: null
)