Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 497 Bytes

File metadata and controls

24 lines (18 loc) · 497 Bytes

FastCommentsClient::GetPageByURLIdAPIResponse

Properties

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

Example

require 'fastcomments-client'

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