public sealed class RemovePublicKeyMetadata : IMessage<RemovePublicKeyMetadata>, IEquatable<RemovePublicKeyMetadata>, IDeepCloneable<RemovePublicKeyMetadata>, IBufferMessage, IMessage
Message included in the metadata field of operations returned from
[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."],[[["`RemovePublicKeyMetadata` is a sealed class within the `Google.Cloud.Shell.V1` namespace, representing metadata for operations that remove public keys in Google Cloud Shell."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it supports message handling, equality checks, deep cloning, and buffered operations."],["The `RemovePublicKeyMetadata` class inherits from the `Object` class and has two constructors: a default constructor and a constructor that takes another `RemovePublicKeyMetadata` instance as a parameter for copying."],["This class has been released in multiple versions, ranging from 1.0.0 to 2.5.0, with 2.5.0 being the latest release."],["It is part of the Google.Cloud.Shell.V1.dll assembly."]]],[]]