Class AddPublicKeyResponse (2.0.0)

public sealed class AddPublicKeyResponse : IMessage<AddPublicKeyResponse>, IEquatable<AddPublicKeyResponse>, IDeepCloneable<AddPublicKeyResponse>, IBufferMessage, IMessage

Response message for [AddPublicKey][google.cloud.shell.v1.CloudShellService.AddPublicKey].

Inheritance

Object > AddPublicKeyResponse

Namespace

Google.Cloud.Shell.V1

Assembly

Google.Cloud.Shell.V1.dll

Constructors

AddPublicKeyResponse()

public AddPublicKeyResponse()

AddPublicKeyResponse(AddPublicKeyResponse)

public AddPublicKeyResponse(AddPublicKeyResponse other)
Parameter
NameDescription
otherAddPublicKeyResponse

Properties

Key

public string Key { get; set; }

Key that was added to the environment.

Property Value
TypeDescription
String