ScheduledQuery constructor

ScheduledQuery({
  1. String? id,
  2. int? dataLoadTime,
  3. File? file,
  4. String? sql,
  5. String? status,
  6. String? title,
  7. String? object,
  8. int? created,
  9. ScheduledQueryError? error,
  10. bool? livemode,
  11. int? resultAvailableUntil,
})

Implementation

ScheduledQuery(
    {this.id,
    this.dataLoadTime,
    this.file,
    this.sql,
    this.status,
    this.title,
    this.object,
    this.created,
    this.error,
    this.livemode,
    this.resultAvailableUntil});