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"]],[["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."],[[["\u003cp\u003eThe \u003ccode\u003eListDebuggeesResponse\u003c/code\u003e class is used to list debuggees, with version 2.3.0 being the version in focus.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, for managing debuggee lists.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListDebuggeesResponse\u003c/code\u003e provides constructors for creating new instances and for copying existing ones, with one constructor taking another \u003ccode\u003eListDebuggeesResponse\u003c/code\u003e as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a \u003ccode\u003eDebuggees\u003c/code\u003e property of type \u003ccode\u003eRepeatedField<Debuggee>\u003c/code\u003e that contains a list of accessible debuggees, ensuring the \u003ccode\u003eid\u003c/code\u003e and \u003ccode\u003edescription\u003c/code\u003e fields are populated.\u003c/p\u003e\n"]]],[],null,[]]