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