PaginatedGroupAuditLogEntryList constructor

PaginatedGroupAuditLogEntryList({
  1. List<GroupAuditLogEntry>? results,
  2. int? totalCount,
  3. bool? hasNext,
})

Returns a new PaginatedGroupAuditLogEntryList instance.

Implementation

PaginatedGroupAuditLogEntryList({
  this.results,
  this.totalCount,
  this.hasNext,
});