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.3.0."],["The `RemovePublicKeyRequest` class is used as a request message for removing a public key from a Cloud Shell environment."],["It inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors and two properties: `Environment` (specifying the environment to remove the key from) and `Key` (specifying the public key to be removed)."],["This is not the latest version of this class, it has 7 other versions going back to version 1.0.0, with 2.5.0 being the latest version."]]],[]]