Files
VRChatBackendDocs/Models/PaginatedModerationReportList.md
ExilProductions aa707d1deb add subdir
2026-02-15 17:39:26 +01:00

689 B

PaginatedModerationReportList

Properties

Name Type Description Notes
hasNext Boolean Whether there are more results after this page. [optional] [default to null]
results List The list of moderation reports. [optional] [default to null]
totalCount Integer The total number of results that the query would return if there were no pagination. [optional] [default to null]

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