ListRecordsResponse class

Returned for a successful ListRecordsRequest.

Constructors

ListRecordsResponse({int? count, bool? datasetDeletedAfterRequestedSyncCount, bool? datasetExists, int? datasetSyncCount, String? lastModifiedBy, List<String>? mergedDatasetNames, String? nextToken, List<Record>? records, String? syncSessionToken})
ListRecordsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

count int?
Total number of records.
final
datasetDeletedAfterRequestedSyncCount bool?
A boolean value specifying whether to delete the dataset locally.
final
datasetExists bool?
Indicates whether the dataset exists.
final
datasetSyncCount int?
Server sync count for this dataset.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedBy String?
The user/device that made the last change to this record.
final
mergedDatasetNames List<String>?
Names of merged datasets.
final
nextToken String?
A pagination token for obtaining the next page of results.
final
records List<Record>?
A list of all records.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncSessionToken String?
A token containing a session ID, identity ID, and expiration.
final

Methods

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

Operators

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