Sub2ApiAdminUsageStatsQuery constructor
const
Sub2ApiAdminUsageStatsQuery({
- int? userId,
- int? apiKeyId,
- int? accountId,
- int? groupId,
- String? model,
- Sub2ApiAdminUsageRequestType? requestType,
- bool? stream,
- Sub2ApiAdminBillingType? billingType,
- String? billingMode,
- bool? upstreamModelMismatch,
- DateTime? startDate,
- DateTime? endDate,
- Sub2ApiAdminUsageStatsPeriod period = Sub2ApiAdminUsageStatsPeriod.today,
- String? timezone,
- 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,
});