public sealed class ListDebuggeesResponse : IMessage<ListDebuggeesResponse>, IEquatable<ListDebuggeesResponse>, IDeepCloneable<ListDebuggeesResponse>, IBufferMessage, IMessage
List of debuggees accessible to the calling user.
The fields debuggee.id and description are guaranteed to be set.
The description field is a human readable field provided by agents and
can be displayed to users.
[[["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 `ListDebuggeesResponse` class, part of the Google.Cloud.Debugger.V2 namespace, is used to represent a response containing a list of debuggees."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["There are two constructors available for `ListDebuggeesResponse`: a default constructor and a constructor that takes another `ListDebuggeesResponse` object as a parameter."],["The `Debuggees` property, of type `RepeatedField\u003cDebuggee\u003e`, provides access to a list of debuggees, each guaranteed to have their `id` and `description` fields set."],["This class has different versions, from 2.3.0 to 3.2.0 (latest)."]]],[]]