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"]],[["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 document provides reference information for the `RemovePublicKeyRequest` class within the Google Cloud Shell v1 API, specifically version 2.4.0."],["The `RemovePublicKeyRequest` class is used as a request message for removing a public key from a Cloud Shell environment, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that accepts another `RemovePublicKeyRequest` object as a parameter for cloning."],["It includes two properties: `Environment`, a string specifying the target environment for key removal, and `Key`, also a string, specifying the public key to be removed."],["The documentation provides links to previous versions of the API, ranging from version 1.0.0 to the latest version, 2.5.0, along with the `RemovePublicKeyRequest` class."]]],[]]