Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 754 Bytes

File metadata and controls

17 lines (12 loc) · 754 Bytes

vrchat_dart_generated.model.PaginatedModerationReportList

Load the model package

import 'package:vrchat_dart_generated/api.dart';

Properties

Name Type Description Notes
hasNext bool Whether there are more results after this page. [optional]
results List<ModerationReport> The list of moderation reports. [optional]
totalCount int 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]