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-21 UTC."],[[["The webpage details the `MigrateKeyRequest` class within the `Google.Cloud.RecaptchaEnterprise.V1` namespace for .NET, which is used to request the migration of a reCAPTCHA Enterprise key."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling protocol buffer messages and offering cloning and comparison functionalities."],["The latest version of the related documentation is 2.17.0, with links to several older versions ranging from 2.16.0 down to 1.2.0, allowing users to find the specific documentation for the version they are currently working with."],["The `MigrateKeyRequest` class contains two properties, `KeyName` (a `KeyName`-typed property) and `Name` (a string), where the latter is required and must be formatted as \"projects/{project}/keys/{key}\"."],["The class has two constructors, one with no parameters and the other taking a `MigrateKeyRequest` object as a parameter."]]],[]]