ExportArchivedIssuesTaskProgressResponse constructor

ExportArchivedIssuesTaskProgressResponse({
  1. String? fileUrl,
  2. String? payload,
  3. int? progress,
  4. String? status,
  5. DateTime? submittedTime,
  6. String? taskId,
})

Implementation

ExportArchivedIssuesTaskProgressResponse(
    {this.fileUrl,
    this.payload,
    this.progress,
    this.status,
    this.submittedTime,
    this.taskId});