Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 455 Bytes

File metadata and controls

20 lines (14 loc) · 455 Bytes

FastCommentsClient::ModerationPageSearchResponse

Properties

Name Type Description Notes
pages Array<ModerationPageSearchProjected>
status APIStatus

Example

require 'fastcomments-client'

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