ListSnapshotsResponse constructor

ListSnapshotsResponse({
  1. String? nextPageToken,
  2. List<Snapshot>? snapshots,
  3. List<String>? unreachable,
})

Implementation

ListSnapshotsResponse({
  this.nextPageToken,
  this.snapshots,
  this.unreachable,
});