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