Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 568 Bytes

File metadata and controls

26 lines (20 loc) · 568 Bytes

FastCommentsClient::PatchPageAPIResponse

Properties

Name Type Description Notes
reason String [optional]
code String [optional]
comments_updated Integer [optional]
page APIPage [optional]
status String

Example

require 'fastcomments-client'

instance = FastCommentsClient::PatchPageAPIResponse.new(
  reason: null,
  code: null,
  comments_updated: null,
  page: null,
  status: null
)