ListRecordsResponse constructor

ListRecordsResponse({
  1. int? count,
  2. bool? datasetDeletedAfterRequestedSyncCount,
  3. bool? datasetExists,
  4. int? datasetSyncCount,
  5. String? lastModifiedBy,
  6. List<String>? mergedDatasetNames,
  7. String? nextToken,
  8. List<Record>? records,
  9. String? syncSessionToken,
})

Implementation

ListRecordsResponse({
  this.count,
  this.datasetDeletedAfterRequestedSyncCount,
  this.datasetExists,
  this.datasetSyncCount,
  this.lastModifiedBy,
  this.mergedDatasetNames,
  this.nextToken,
  this.records,
  this.syncSessionToken,
});