Uses of Record Class
com.github.copilot.generated.rpc.DebugCollectLogsInclude
Packages that use DebugCollectLogsInclude
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of DebugCollectLogsInclude in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return DebugCollectLogsIncludeModifier and TypeMethodDescriptionSessionDebugCollectLogsParams.include()Returns the value of theincluderecord component.Constructors in com.github.copilot.generated.rpc with parameters of type DebugCollectLogsIncludeModifierConstructorDescriptionSessionDebugCollectLogsParams(String sessionId, Object destination, DebugCollectLogsInclude include, List<DebugCollectLogsEntry> additionalEntries) Creates an instance of aSessionDebugCollectLogsParamsrecord class.