ListMigrationJobsResponse constructor

ListMigrationJobsResponse({
  1. List<MigrationJob>? migrationJobs,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListMigrationJobsResponse({
  this.migrationJobs,
  this.nextPageToken,
  this.unreachable,
});