Uses of Record Class
com.github.copilot.generated.AssistantUsageQuotaSnapshot
Packages that use AssistantUsageQuotaSnapshot
-
Uses of AssistantUsageQuotaSnapshot in com.github.copilot.generated
Methods in com.github.copilot.generated that return types with arguments of type AssistantUsageQuotaSnapshotModifier and TypeMethodDescriptionAssistantUsageEvent.AssistantUsageEventData.quotaSnapshots()Returns the value of thequotaSnapshotsrecord component.Constructor parameters in com.github.copilot.generated with type arguments of type AssistantUsageQuotaSnapshotModifierConstructorDescriptionAssistantUsageEventData(String model, Long inputTokens, Long outputTokens, Long cacheReadTokens, Long cacheWriteTokens, Long reasoningTokens, Double cost, Long duration, Long timeToFirstTokenMs, Double interTokenLatencyMs, String initiator, String apiCallId, String providerCallId, String serviceRequestId, AssistantUsageApiEndpoint apiEndpoint, String parentToolCallId, Map<String, AssistantUsageQuotaSnapshot> quotaSnapshots, AssistantUsageCopilotUsage copilotUsage, String reasoningEffort) Creates an instance of aAssistantUsageEventDatarecord class.