toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final diskMigrationJobs = this.diskMigrationJobs;
final nextPageToken = this.nextPageToken;
final unreachable = this.unreachable;
return {
'diskMigrationJobs': ?diskMigrationJobs,
'nextPageToken': ?nextPageToken,
'unreachable': ?unreachable,
};
}