public sealed class AddPublicKeyResponse : IMessage<AddPublicKeyResponse>, IEquatable<AddPublicKeyResponse>, IDeepCloneable<AddPublicKeyResponse>, IBufferMessage, IMessage
Response message for
[AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].
[[["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 `AddPublicKeyResponse` class is a response message for the `AddPublicKey` operation within the `Google.Cloud.Shell.V1` service, specifically designed for adding a public key."],["The latest version of the documentation for the `AddPublicKeyResponse` class is 2.5.0, with older versions available from 2.4.0 to 1.0.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and deep cloning."],["The class inherits basic functionalities from the `Object` class, and its properties include a `Key` string that represents the added key."],["There are two constructors provided for `AddPublicKeyResponse`, one is a default constructor, and the second accepts another `AddPublicKeyResponse` object as a parameter for initialization."]]],[]]