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 page documents the `RemovePublicKeyRequest` class, which is a request message used to remove a public key from a Cloud Shell environment."],["The `RemovePublicKeyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `Object` class."],["It includes two constructors: a default constructor and one that accepts another `RemovePublicKeyRequest` object as a parameter."],["The class has two key properties: `Environment`, specifying the environment from which to remove the key, and `Key`, specifying the key to be removed."],["There are multiple documented versions of the API available, from 1.0.0 to 2.5.0 with 2.5.0 being the latest."]]],[]]