public sealed class ListDebuggeesRequest : IMessage<ListDebuggeesRequest>, IEquatable<ListDebuggeesRequest>, IDeepCloneable<ListDebuggeesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Debugger v2 API class ListDebuggeesRequest.
[[["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 from the Google Cloud Debugger v2 API, with the latest version being 3.2.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `ListDebuggeesRequest` class has two constructors, a default constructor and one that takes another `ListDebuggeesRequest` object as a parameter to provide a copy constructor."],["It has three properties: `ClientVersion` (a string representing the client version), `IncludeInactive` (a boolean indicating whether to include inactive debuggees), and `Project` (a string for the Google Cloud project number)."],["The `ListDebuggeesRequest` is found within the `Google.Cloud.Debugger.V2` namespace and is contained in the `Google.Cloud.Debugger.V2.dll` assembly."]]],[]]