Report constructor

Report({
  1. String? createTime,
  2. String? downloadUrl,
  3. String? endTime,
  4. String? id,
  5. String? jobExpireTime,
  6. String? jobId,
  7. String? startTime,
})

Implementation

Report({
  this.createTime,
  this.downloadUrl,
  this.endTime,
  this.id,
  this.jobExpireTime,
  this.jobId,
  this.startTime,
});