Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 418 Bytes

File metadata and controls

22 lines (16 loc) · 418 Bytes

FastCommentsClient::DeletePageAPIResponse

Properties

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

Example

require 'fastcomments-client'

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