public sealed class RemovePublicKeyRequest : IMessage<RemovePublicKeyRequest>, IEquatable<RemovePublicKeyRequest>, IDeepCloneable<RemovePublicKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Shell v1 API class RemovePublicKeyRequest.
Request message for
[RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
[[["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-05-02 UTC."],[[["The latest version of the `RemovePublicKeyRequest` class is 2.5.0, with prior versions ranging from 1.0.0 to 2.4.0 available for reference."],["`RemovePublicKeyRequest` is a class within the Google Cloud Shell v1 API, specifically designed for managing the removal of SSH public keys, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class, `RemovePublicKeyRequest`, belongs to the `Google.Cloud.Shell.V1` namespace and is part of the `Google.Cloud.Shell.V1.dll` assembly."],["The class includes properties such as `Environment` and `Key`, which are used to specify the environment and the SSH public key to be removed, respectively, and the data type for these are `string`."]]],[]]