ListMigrationJobsResponse constructor
ListMigrationJobsResponse({
- List<
MigrationJob> ? migrationJobs, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListMigrationJobsResponse({
this.migrationJobs,
this.nextPageToken,
this.unreachable,
});