Class MigrateKeyRequest (2.0.0)

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

The migrate key request message.

Inheritance

Object > MigrateKeyRequest

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

MigrateKeyRequest()

public MigrateKeyRequest()

MigrateKeyRequest(MigrateKeyRequest)

public MigrateKeyRequest(MigrateKeyRequest other)
Parameter
NameDescription
otherMigrateKeyRequest

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 migrated, in the format "projects/{project}/keys/{key}".

Property Value
TypeDescription
String