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."],[[["This webpage details the `DebugInstanceRequest` class within the `Google.Cloud.AppEngine.V1` namespace, specifically version 1.4.0."],["The `DebugInstanceRequest` class is used as a request message for `Instances.DebugInstance` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `DebugInstanceRequest()` and a copy constructor `DebugInstanceRequest(DebugInstanceRequest other)`."],["The `DebugInstanceRequest` class contains two properties, `Name` and `SshKey`, which are both strings used to define the requested instance name and public SSH key, respectively."],["Multiple versions of the class are available for download, from version 1.0.0 to the latest version, 2.4.0, each accessible through different links."]]],[]]