public sealed class AddPublicKeyResponse : IMessage<AddPublicKeyResponse>, IEquatable<AddPublicKeyResponse>, IDeepCloneable<AddPublicKeyResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Shell v1 API class AddPublicKeyResponse.
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."],[[["This page provides reference documentation for the `AddPublicKeyResponse` class within the Google Cloud Shell v1 API, specifically for .NET development."],["The `AddPublicKeyResponse` class is a sealed class used as a response message for the `AddPublicKey` operation in the Cloud Shell Service."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, and deep cloning."],["The class has a `Key` property of type string, representing the key added to the environment, and includes two constructors: a default constructor and one that accepts another `AddPublicKeyResponse` object."],["Several versions of this file are documented, from 1.0.0 to 2.5.0, with 2.5.0 being the most current, with version 2.4.0 being the current page displayed."]]],[]]