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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ListDebuggeesRequest` class is used to request a list of debuggees in the Google Cloud Debugger V2, and it is part of version 2.3.0."],["This class inherits from `Object` and implements several interfaces including `IMessage\u003cListDebuggeesRequest\u003e`, `IEquatable\u003cListDebuggeesRequest\u003e`, `IDeepCloneable\u003cListDebuggeesRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `ListDebuggeesRequest` class has two constructors: a default constructor and a constructor that takes another `ListDebuggeesRequest` instance as a parameter."],["It contains properties such as `ClientVersion` which specifies the version of the client making the call, `IncludeInactive` which indicates whether to include inactive debuggees, and `Project` which defines the project whose debuggees are to be listed."],["The content describes versions all the way up to 3.2.0 for this class, and shows which versions came after each other."]]],[]]