public sealed class DeleteSSHKeyRequest : IMessage<DeleteSSHKeyRequest>, IEquatable<DeleteSSHKeyRequest>, IDeepCloneable<DeleteSSHKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class DeleteSSHKeyRequest.
[[["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 the `DeleteSSHKeyRequest` API is 1.7.0, while this specific documentation pertains to version 1.2.0."],["The `DeleteSSHKeyRequest` class in the Bare Metal Solution v2 API is used to delete an SSH key from a project."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it is a message for API communication."],["`DeleteSSHKeyRequest` includes properties `Name` and `SshKeyName`, which are used to identify the specific SSH key to be deleted, and the only valid location is \"global\"."],["The API is contained within the `Google.Cloud.BareMetalSolution.V2` namespace and the `Google.Cloud.BareMetalSolution.V2.dll` assembly."]]],[]]