JobStatistics4 constructor

JobStatistics4({
  1. List<String>? destinationUriFileCounts,
  2. String? inputBytes,
  3. List<QueryTimelineSample>? timeline,
})

Implementation

JobStatistics4({
  this.destinationUriFileCounts,
  this.inputBytes,
  this.timeline,
});