Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 463 Bytes

ScoreCommentModeration.md

File metadata and controls

20 lines (14 loc) · 463 Bytes

FlatApi::ScoreCommentModeration

Properties

Name Type Description Notes
hidden Boolean If true, this comment will be hidden from other users [optional]
reason String If the comment is hidden, the reason why this one has been moderated [optional]

Example

require 'flat_api'

instance = FlatApi::ScoreCommentModeration.new(
  hidden: null,
  reason: null
)