ListMeta class

Annotations
  • @freezed

Constructors

ListMeta({int? resultCount, String? nextToken, String? previousToken})
const
factory
ListMeta.fromJson(Map<String, Object?> json)
factory

Properties

copyWith → $ListMetaCopyWith<ListMeta>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
Pagination token for the next page of results. This value is returned when there are multiple pages of results, as the current request may only return a subset of results. To retrieve the full list, keep passing the value from this field in the pagination_token query parameter. When this field is not returned in the response, it means you've reached the last page of results, and that there are no further pages.
no setterinherited
previousToken String?
Pagination token for the previous page of results. This value is returned when there are multiple pages of results, as the current request may only return a subset of results. To go back to the previous page, passing the value from this field in the pagination_token query parameter. When this field is not returned in the response, it means you are on the first page of results.
no setterinherited
resultCount int?
The number of users returned in this request. Note that this number may be lower than what was specified in the max_results query parameter.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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