CreateImportJobResponse constructor

CreateImportJobResponse({
  1. String? jobId,
})

Implementation

CreateImportJobResponse({
  this.jobId,
});