Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 730 Bytes

PaginatedGroupAuditLogEntryList.md

File metadata and controls

17 lines (12 loc) · 730 Bytes

vrchat_dart_generated.model.PaginatedGroupAuditLogEntryList

Load the model package

import 'package:vrchat_dart_generated/api.dart';

Properties

Name Type Description Notes
results List<GroupAuditLogEntry> [optional]
totalCount int The total number of results that the query would return if there were no pagination. [optional]
hasNext bool Whether there are more results after this page. [optional]

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