Sub2ApiAdminUsageStatsQuery constructor

const Sub2ApiAdminUsageStatsQuery({
  1. int? userId,
  2. int? apiKeyId,
  3. int? accountId,
  4. int? groupId,
  5. String? model,
  6. Sub2ApiAdminUsageRequestType? requestType,
  7. bool? stream,
  8. Sub2ApiAdminBillingType? billingType,
  9. String? billingMode,
  10. bool? upstreamModelMismatch,
  11. DateTime? startDate,
  12. DateTime? endDate,
  13. Sub2ApiAdminUsageStatsPeriod period = Sub2ApiAdminUsageStatsPeriod.today,
  14. String? timezone,
  15. bool bypassCache = false,
})

Implementation

const Sub2ApiAdminUsageStatsQuery({
  this.userId,
  this.apiKeyId,
  this.accountId,
  this.groupId,
  this.model,
  this.requestType,
  this.stream,
  this.billingType,
  this.billingMode,
  this.upstreamModelMismatch,
  this.startDate,
  this.endDate,
  this.period = Sub2ApiAdminUsageStatsPeriod.today,
  this.timezone,
  this.bypassCache = false,
});