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