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."],[[["This webpage details the `ListDebuggeesResponse` class, which is used to encapsulate the response received when listing debuggees."],["The class is part of the `Google.Cloud.Debugger.V2` namespace within the `Google.Cloud.Debugger.V2.dll` assembly, and is currently on version 3.0.0."],["`ListDebuggeesResponse` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `Debuggees` property within `ListDebuggeesResponse` provides a list of accessible debuggees, with each entry guaranteeing the availability of the `id` and `description` fields."],["Constructors for the `ListDebuggeesResponse` class include a default constructor and one that accepts another `ListDebuggeesResponse` object."]]],[]]