ListDiskMigrationJobsResponse constructor
ListDiskMigrationJobsResponse({
- List<
DiskMigrationJob> ? diskMigrationJobs, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListDiskMigrationJobsResponse({
this.diskMigrationJobs,
this.nextPageToken,
this.unreachable,
});