Uses of Record Class
com.github.copilot.generated.rpc.UsageMetricsCodeChanges
Packages that use UsageMetricsCodeChanges
-
Uses of UsageMetricsCodeChanges in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return UsageMetricsCodeChangesModifier and TypeMethodDescriptionSessionUsageGetMetricsResult.codeChanges()Returns the value of thecodeChangesrecord component.Constructors in com.github.copilot.generated.rpc with parameters of type UsageMetricsCodeChangesModifierConstructorDescriptionSessionUsageGetMetricsResult(Double totalPremiumRequestCost, Long totalUserRequests, Double totalNanoAiu, Map<String, UsageMetricsTokenDetail> tokenDetails, Long totalApiDurationMs, OffsetDateTime sessionStartTime, UsageMetricsCodeChanges codeChanges, Map<String, UsageMetricsModelMetric> modelMetrics, String currentModel, Long lastCallInputTokens, Long lastCallOutputTokens) Creates an instance of aSessionUsageGetMetricsResultrecord class.