Cloud Shell v1 API - Class AddPublicKeyResponse (2.4.0)

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].

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