public sealed class MigrateKeyRequest : IMessage<MigrateKeyRequest>, IEquatable<MigrateKeyRequest>, IDeepCloneable<MigrateKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class MigrateKeyRequest.
The migrate key request message.
Implements
IMessage<MigrateKeyRequest>, IEquatable<MigrateKeyRequest>, IDeepCloneable<MigrateKeyRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
MigrateKeyRequest()
public MigrateKeyRequest()
MigrateKeyRequest(MigrateKeyRequest)
public MigrateKeyRequest(MigrateKeyRequest other)
Parameter | |
---|---|
Name | Description |
other | MigrateKeyRequest |
Properties
KeyName
public KeyName KeyName { get; set; }
Property Value | |
---|---|
Type | Description |
KeyName |
Name
public string Name { get; set; }
Required. The name of the key to be migrated, in the format "projects/{project}/keys/{key}".
Property Value | |
---|---|
Type | Description |
String |