PagedListUserDetailsApplicationUser class

A paged list. To access additional details append [start-index:end-index] to the expand request. For example, ?expand=sharedUsers[10:40] returns a list starting at item 10 and finishing at item 40.

Constructors

PagedListUserDetailsApplicationUser({int? endIndex, List<UserDetails>? items, int? maxResults, int? size, int? startIndex})
PagedListUserDetailsApplicationUser.fromJson(Map<String, Object?> json)
factory

Properties

endIndex int?
The index of the last item returned on the page.
final
hashCode int
The hash code for this object.
no setterinherited
items List<UserDetails>
The list of items.
final
maxResults int?
The maximum number of results that could be on the page.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
The number of items on the page.
final
startIndex int?
The index of the first item returned on the page.
final

Methods

copyWith({int? endIndex, List<UserDetails>? items, int? maxResults, int? size, int? startIndex}) PagedListUserDetailsApplicationUser
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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