Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 465 Bytes

File metadata and controls

22 lines (16 loc) · 465 Bytes

FastCommentsClient::GetPublicPagesResponse

Properties

Name Type Description Notes
next_cursor String
pages Array<PublicPage>
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetPublicPagesResponse.new(
  next_cursor: null,
  pages: null,
  status: null
)