ReportRun constructor

ReportRun({
  1. String? id,
  2. String? object,
  3. ReportRunParameters? parameters,
  4. String? reportType,
  5. int? created,
  6. File? result,
  7. int? succeededAt,
  8. bool? livemode,
  9. String? error,
  10. String? status,
})

Implementation

ReportRun(
    {this.id,
    this.object,
    this.parameters,
    this.reportType,
    this.created,
    this.result,
    this.succeededAt,
    this.livemode,
    this.error,
    this.status});