ListImportJobsResponse constructor

ListImportJobsResponse({
  1. List<ImportJob>? importJobs,
  2. String? nextPageToken,
  3. int? totalSize,
})

Implementation

ListImportJobsResponse({
  this.importJobs,
  this.nextPageToken,
  this.totalSize,
});