API Reference
Class
ChatGptDailyTokenUsageBreakdown
Represents daily token usage breakdown grouped by product surface.
Inheritance
- Object
- ChatGptDailyTokenUsageBreakdown
Constructors
public ChatGptDailyTokenUsageBreakdown(IReadOnlyList<ChatGptDailyTokenUsageDay> data, String units, JsonObject raw, JsonObject additional) #Initializes a new daily token usage breakdown payload.
Parameters
- data System.Collections.Generic.IReadOnlyList{IntelligenceX.OpenAI.Usage.ChatGptDailyTokenUsageDay}
- units System.String
- raw IntelligenceX.Json.JsonObject
- additional IntelligenceX.Json.JsonObject
Methods
public static ChatGptDailyTokenUsageBreakdown FromJson(JsonObject obj) #Returns:
ChatGptDailyTokenUsageBreakdownParses a daily token usage breakdown payload from JSON.
Parameters
- obj IntelligenceX.Json.JsonObject
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object