GetExportSnapshotRecordsResult constructor

GetExportSnapshotRecordsResult({
  1. List<ExportSnapshotRecord>? exportSnapshotRecords,
  2. String? nextPageToken,
})

Implementation

GetExportSnapshotRecordsResult({
  this.exportSnapshotRecords,
  this.nextPageToken,
});