Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 441 Bytes

File metadata and controls

20 lines (14 loc) · 441 Bytes

FastCommentsClient::ModerationAPIGetLogsResponse

Properties

Name Type Description Notes
logs Array<ModerationAPICommentLog>
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::ModerationAPIGetLogsResponse.new(
  logs: null,
  status: null
)