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"]],[["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."],[[["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."]]],[]]