Google Cloud reCAPTCHA Enterprise v1 API - Class DeleteKeyRequest (2.13.0)

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

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class DeleteKeyRequest.

The delete key request message.

Inheritance

object > DeleteKeyRequest

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

DeleteKeyRequest()

public DeleteKeyRequest()

DeleteKeyRequest(DeleteKeyRequest)

public DeleteKeyRequest(DeleteKeyRequest other)
Parameter
NameDescription
otherDeleteKeyRequest

Properties

KeyName

public KeyName KeyName { get; set; }

KeyName-typed view over the Name resource name property.

Property Value
TypeDescription
KeyName

Name

public string Name { get; set; }

Required. The name of the key to be deleted, in the format projects/{project}/keys/{key}.

Property Value
TypeDescription
string