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-04-17 UTC."],[[["This document provides reference information for the `DeleteSSHKeyRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.3.0."],["`DeleteSSHKeyRequest` is a message class used to request the deletion of an SSH key from a project, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `Name` (a string) and `SshKeyName` (an `SshKeyName` object), both critical for identifying the SSH key to be deleted."],["There are two constructors available to create a `DeleteSSHKeyRequest` instance, either a new one, or by passing an existing `DeleteSSHKeyRequest` object as a copy."],["The documentation also lists previous versions of the API and their respective links, with version 1.7.0 being the latest."]]],[]]