Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 472 Bytes

File metadata and controls

24 lines (18 loc) · 472 Bytes

FastCommentsClient::AddDomainConfig200Response

Properties

Name Type Description Notes
reason String
code String
status Object
configuration Object

Example

require 'fastcomments-client'

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