Sub2ApiAdminChannelPricingIntervalInput constructor
const
Sub2ApiAdminChannelPricingIntervalInput({
- required int minTokens,
- int? maxTokens,
- String tierLabel = '',
- Sub2ApiDecimal? inputPrice,
- Sub2ApiDecimal? outputPrice,
- Sub2ApiDecimal? cacheWritePrice,
- Sub2ApiDecimal? cacheReadPrice,
- Sub2ApiDecimal? inputMultiplier,
- Sub2ApiDecimal? outputMultiplier,
- Sub2ApiDecimal? cacheWriteMultiplier,
- Sub2ApiDecimal? cacheReadMultiplier,
- Sub2ApiDecimal? perRequestPrice,
- int sortOrder = 0,
Implementation
const Sub2ApiAdminChannelPricingIntervalInput({
required this.minTokens,
this.maxTokens,
this.tierLabel = '',
this.inputPrice,
this.outputPrice,
this.cacheWritePrice,
this.cacheReadPrice,
this.inputMultiplier,
this.outputMultiplier,
this.cacheWriteMultiplier,
this.cacheReadMultiplier,
this.perRequestPrice,
this.sortOrder = 0,
});