public sealed class RemovePublicKeyRequest : IMessage<RemovePublicKeyRequest>, IEquatable<RemovePublicKeyRequest>, IDeepCloneable<RemovePublicKeyRequest>, IBufferMessage, IMessageRequest message for [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].
Implements
IMessage<RemovePublicKeyRequest>, IEquatable<RemovePublicKeyRequest>, IDeepCloneable<RemovePublicKeyRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Shell.V1Assembly
Google.Cloud.Shell.V1.dll
Constructors
RemovePublicKeyRequest()
public RemovePublicKeyRequest()RemovePublicKeyRequest(RemovePublicKeyRequest)
public RemovePublicKeyRequest(RemovePublicKeyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
RemovePublicKeyRequest |
Properties
Environment
public string Environment { get; set; }Environment this key should be removed from, e.g.
users/me/environments/default.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Key
public string Key { get; set; }Key that should be removed from the environment.
| Property Value | |
|---|---|
| Type | Description |
String |
|