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 documentation for the `RemovePublicKeyRequest` class within the Cloud Shell v1 API, specifically version 2.2.0."],["`RemovePublicKeyRequest` is a request message used for removing a public key, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RemovePublicKeyRequest` class has two constructors, one default and another which accepts an existing `RemovePublicKeyRequest` object for copying."],["The class contains two properties, `Environment` and `Key`, which are strings representing the target environment and the key to be removed, respectively."],["This class is found in the `Google.Cloud.Shell.V1` namespace and is located within the `Google.Cloud.Shell.V1.dll` assembly."]]],[]]