Cloud Shell v1 API - Class RemovePublicKeyRequest (2.4.0)

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

Reference documentation and code samples for the Cloud Shell v1 API class RemovePublicKeyRequest.

Request message for [RemovePublicKey][google.cloud.shell.v1.CloudShellService.RemovePublicKey].

Inheritance

object > RemovePublicKeyRequest

Namespace

Google.Cloud.Shell.V1

Assembly

Google.Cloud.Shell.V1.dll

Constructors

RemovePublicKeyRequest()

public RemovePublicKeyRequest()

RemovePublicKeyRequest(RemovePublicKeyRequest)

public RemovePublicKeyRequest(RemovePublicKeyRequest other)
Parameter
NameDescription
otherRemovePublicKeyRequest

Properties

Environment

public string Environment { get; set; }

Environment this key should be removed from, e.g. users/me/environments/default.

Property Value
TypeDescription
string

Key

public string Key { get; set; }

Key that should be removed from the environment.

Property Value
TypeDescription
string