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 available for `DebugInstanceRequest` is 2.4.0, with older versions ranging down to 1.0.0 also documented."],["`DebugInstanceRequest` is a message class used for requesting debugging of instances, specifically for the `Instances.DebugInstance` method."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionality and integration within the .NET framework."],["It has two properties: `Name`, a string representing the name of the resource being requested, and `SshKey`, a string holding the public SSH key for instance access."],["The `DebugInstanceRequest` class can be constructed using either a default constructor or a copy constructor, allowing for object cloning."]]],[]]