Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 500 Bytes

File metadata and controls

24 lines (18 loc) · 500 Bytes

FastCommentsClient::PatchDomainConfigResponse

Properties

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

Example

require 'fastcomments-client'

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