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].
Implements
IMessage<AddPublicKeyResponse>, IEquatable<AddPublicKeyResponse>, IDeepCloneable<AddPublicKeyResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Shell.V1Assembly
Google.Cloud.Shell.V1.dll
Constructors
AddPublicKeyResponse()
public AddPublicKeyResponse()
AddPublicKeyResponse(AddPublicKeyResponse)
public AddPublicKeyResponse(AddPublicKeyResponse other)
Parameter | |
---|---|
Name | Description |
other | AddPublicKeyResponse |
Properties
Key
public string Key { get; set; }
Key that was added to the environment.
Property Value | |
---|---|
Type | Description |
String |