public sealed class MigrateKeyRequest : IMessage<MigrateKeyRequest>, IEquatable<MigrateKeyRequest>, IDeepCloneable<MigrateKeyRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This webpage details the `MigrateKeyRequest` class within the `Google.Cloud.RecaptchaEnterprise.V1` namespace for .NET, which is used to request the migration of a reCAPTCHA key."],["The `MigrateKeyRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality checks, and deep cloning."],["The class offers two constructors: a default constructor (`MigrateKeyRequest()`) and another to create a new instance by copying an existing `MigrateKeyRequest` (`MigrateKeyRequest(MigrateKeyRequest other)`)."],["`MigrateKeyRequest` has two properties: `KeyName`, which offers a `KeyName`-typed view, and `Name`, a string representing the resource name of the key to be migrated in the specified format, such as \"projects/{project}/keys/{key}\"."],["The provided documentation covers versions from 1.2.0 up to the latest version 2.17.0 of the `Google.Cloud.RecaptchaEnterprise.V1` library, with links to the `MigrateKeyRequest` documentation for each version."]]],[]]