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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `Google.Cloud.Shell.V1` package is 2.5.0, and there are several prior versions available, including 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.1.0, and 1.0.0."],["The `AddPublicKeyResponse` class, found within the `Google.Cloud.Shell.V1` namespace, serves as the response message for the `AddPublicKey` operation in the `CloudShellService`."],["The `AddPublicKeyResponse` class implements multiple interfaces including `IMessage\u003cAddPublicKeyResponse\u003e`, `IEquatable\u003cAddPublicKeyResponse\u003e`, `IDeepCloneable\u003cAddPublicKeyResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The `AddPublicKeyResponse` class provides a `Key` property, which is a string representing the key that was successfully added to the environment."],["`AddPublicKeyResponse` has two constructors, one empty and another that takes in `AddPublicKeyResponse`."]]],[]]