AdminAudioAnalytics constructor

const AdminAudioAnalytics({
  1. DateTime? hour,
  2. BigInt? uniqueUsers,
  3. BigInt? totalRequests,
  4. BigInt? successfulRequests,
  5. BigInt? failedRequests,
  6. BigInt? totalBytesProcessed,
  7. int? avgProcessingTimeMs,
  8. int? maxProcessingTimeMs,
  9. BigInt? totalCharactersTranscribed,
  10. num? avgFileSizeMb,
})

Implementation

const AdminAudioAnalytics({
  this.hour,
  this.uniqueUsers,
  this.totalRequests,
  this.successfulRequests,
  this.failedRequests,
  this.totalBytesProcessed,
  this.avgProcessingTimeMs,
  this.maxProcessingTimeMs,
  this.totalCharactersTranscribed,
  this.avgFileSizeMb,
});