Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.06 KB

File metadata and controls

24 lines (16 loc) · 1.06 KB

ModerationFilter

Properties

Name Type Description Notes
reviewed Boolean [optional]
approved Boolean [optional]
isSpam Boolean [optional]
isBannedUser Boolean [optional]
isLocked Boolean [optional]
flagCountGt Double [optional]
userId String [optional]
urlId String [optional]
domain String [optional]
moderationGroupIds List<String> [optional]
commentTextSearch List<String> Text search terms. Each term is matched case-insensitively against the comment text. A term wrapped in quotes means exact phrase match. [optional]
exactCommentText String Set by the `exact=&quot;...&quot;` search syntax. The comment text must equal this value exactly (case-sensitive, full-string), as opposed to the substring matching of commentTextSearch. [optional]