JobStatistics4 constructor
JobStatistics4({
- List<
String> ? destinationUriFileCounts, - String? inputBytes,
- List<
QueryTimelineSample> ? timeline,
Implementation
JobStatistics4({
this.destinationUriFileCounts,
this.inputBytes,
this.timeline,
});