API Reference
Class
UsageTelemetryOverviewApiCostEstimate
Represents an estimated API-route pricing summary for one provider section.
Inheritance
- Object
- UsageTelemetryOverviewApiCostEstimate
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public UsageTelemetryOverviewApiCostEstimate(Decimal totalEstimatedCostUsd, Int64 coveredTokens, Int64 uncoveredTokens, IReadOnlyList<UsageTelemetryOverviewCostDriver> topDrivers) #Parameters
- totalEstimatedCostUsd Decimal
- coveredTokens Int64
- uncoveredTokens Int64
- topDrivers IReadOnlyList<UsageTelemetryOverviewCostDriver>
Methods
public JsonObject ToJson() #Returns:
JsonObjectInherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object