Uses of Record Class
com.github.copilot.generated.rpc.SessionSettingsRepoSnapshot
Packages that use SessionSettingsRepoSnapshot
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of SessionSettingsRepoSnapshot in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return SessionSettingsRepoSnapshotModifier and TypeMethodDescriptionSessionSettingsSnapshotResult.repo()Returns the value of thereporecord component.Constructors in com.github.copilot.generated.rpc with parameters of type SessionSettingsRepoSnapshotModifierConstructorDescriptionSessionSettingsSnapshotResult(String version, String clientName, Double timeoutMs, Double startTimeMs, SessionSettingsRepoSnapshot repo, SessionSettingsModelSnapshot model, SessionSettingsValidationSnapshot validation, SessionSettingsJobSnapshot job, SessionSettingsOnlineEvaluationSnapshot onlineEvaluation) Creates an instance of aSessionSettingsSnapshotResultrecord class.