Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 476 Bytes

File metadata and controls

24 lines (18 loc) · 476 Bytes

FastCommentsClient::GetDomainConfigs200Response

Properties

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

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetDomainConfigs200Response.new(
  configurations: null,
  status: null,
  reason: null,
  code: null
)