Class UpdateKeyRequest

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

The update key request message.

Inheritance

Object > UpdateKeyRequest

Namespace

Google.Cloud.RecaptchaEnterprise.V1Beta1

Assembly

Google.Cloud.RecaptchaEnterprise.V1Beta1.dll

Constructors

UpdateKeyRequest()

public UpdateKeyRequest()

UpdateKeyRequest(UpdateKeyRequest)

public UpdateKeyRequest(UpdateKeyRequest other)
Parameter
TypeNameDescription
UpdateKeyRequestother

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 field of the key get updated. If the mask is not present, all fields will be updated.

Property Value
TypeDescription
FieldMask