StartMailboxExportJobResponse constructor

StartMailboxExportJobResponse({
  1. String? jobId,
})

Implementation

StartMailboxExportJobResponse({
  this.jobId,
});