public sealed class DebugInstanceRequest : IMessage<DebugInstanceRequest>, IEquatable<DebugInstanceRequest>, IDeepCloneable<DebugInstanceRequest>, 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 latest version of `DebugInstanceRequest` is 2.4.0, with previous versions ranging back to 1.0.0."],["`DebugInstanceRequest` is a request message for debugging instances in Google Cloud App Engine, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It inherits from `Object` and has properties `Name` and `SshKey`, with `Name` being used to specify the resource and `SshKey` for adding SSH keys to the instance."],["There are two constructors available for creating a `DebugInstanceRequest`, one default and one that takes another `DebugInstanceRequest` as a parameter."],["`DebugInstanceRequest` is under the `Google.Cloud.AppEngine.V1` namespace within the `Google.Cloud.AppEngine.V1.dll` assembly."]]],[]]