Google Cloud reCAPTCHA Enterprise v1 API - Class UpdateKeyRequest (2.10.0)

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

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

The update key request message.

Inheritance

object > UpdateKeyRequest

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

UpdateKeyRequest()

public UpdateKeyRequest()

UpdateKeyRequest(UpdateKeyRequest)

public UpdateKeyRequest(UpdateKeyRequest other)
Parameter
NameDescription
otherUpdateKeyRequest

Properties

Key

public Key Key { get; set; }

Required. The key to update.

Property Value
TypeDescription
Key

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The mask to control which fields of the key get updated. If the mask is not present, all fields will be updated.

Property Value
TypeDescription
FieldMask