CreateExportTaskResponse constructor

CreateExportTaskResponse({
  1. String? taskId,
})

Implementation

CreateExportTaskResponse({
  this.taskId,
});