View Source VRChat.Model.PaginatedGroupAuditLogEntryList (vrchat v1.11.1)

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.PaginatedGroupAuditLogEntryList{
  hasNext: boolean() | nil,
  results: [VRChat.Model.GroupAuditLogEntry.t()] | nil,
  totalCount: integer() | nil
}