Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 663 Bytes

File metadata and controls

13 lines (8 loc) · 663 Bytes

PaginatedModerationReportList

Properties

Name Type Description Notes
has_next Option<bool> Whether there are more results after this page. [optional]
results Option<Vecmodels::ModerationReport> The list of moderation reports. [optional]
total_count Option<i32> The total number of results that the query would return if there were no pagination. [optional]

[Back to Model list] [Back to API list] [Back to README]