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