public sealed class ListDebuggeesRequest : IMessage<ListDebuggeesRequest>, IEquatable<ListDebuggeesRequest>, IDeepCloneable<ListDebuggeesRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `ListDebuggeesRequest` class is used to request a list of debuggees in the Google Cloud Debugger V2."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["The class contains three key properties: `ClientVersion` (specifying the client version), `IncludeInactive` (determining whether to include inactive debuggees), and `Project` (identifying the Google Cloud project)."],["It has two constructors: a parameterless constructor and one that takes another `ListDebuggeesRequest` object to copy."],["The latest version is 3.2.0, with multiple previous version links available."]]],[]]