PaginatedGroupAuditLogEntryList class

Annotations
  • @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

PaginatedGroupAuditLogEntryList({List<GroupAuditLogEntry>? results, int? totalCount, bool? hasNext})
Returns a new PaginatedGroupAuditLogEntryList instance.
PaginatedGroupAuditLogEntryList.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
hasNext bool?
Whether there are more results after this page.
final
results List<GroupAuditLogEntry>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalCount int?
The total number of results that the query would return if there were no pagination.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override