public sealed class RemovePublicKeyRequest : IMessage<RemovePublicKeyRequest>, IEquatable<RemovePublicKeyRequest>, IDeepCloneable<RemovePublicKeyRequest>, IBufferMessage, IMessage
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"]],[["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."],[[["This webpage provides documentation for the `RemovePublicKeyRequest` class, which is part of the `Google.Cloud.Shell.V1` namespace and is found in the `Google.Cloud.Shell.V1.dll` assembly."],["The `RemovePublicKeyRequest` class is a request message used for the `RemovePublicKey` operation within the `CloudShellService` and is implemented with several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RemovePublicKeyRequest` class includes two constructors, a default constructor and one that takes another `RemovePublicKeyRequest` object as a parameter."],["The class contains two properties: `Environment`, which is a string representing the environment from which a key should be removed (e.g., `users/me/environments/default`), and `Key`, a string representing the key to be removed."],["The documentation provides details for the different versions of this class, ranging from 1.0.0 to the latest release of 2.5.0."]]],[]]