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."],[[["The `RemovePublicKeyRequest` class is used to create request messages for removing a public key in the Google Cloud Shell service."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionality for message handling, equality comparison, deep cloning, and buffer management respectively."],["`RemovePublicKeyRequest` objects can be constructed either with default values or by copying from another `RemovePublicKeyRequest` instance."],["The class contains two properties: `Environment`, which specifies the environment from which the key should be removed, and `Key`, which is the key to be removed."],["The documentation contains multiple versions of the API from version 1.0.0 up to 2.5.0."]]],[]]