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 content details the `MigrateKeyRequest` class within the `Google.Cloud.RecaptchaEnterprise.V1` namespace for .NET, specifically focusing on versions ranging from 1.2.0 to 2.17.0."],["`MigrateKeyRequest` is a message class used in reCAPTCHA Enterprise API, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inheritance from the `Object` class."],["The `MigrateKeyRequest` class has two constructors: a default constructor and a constructor that takes another `MigrateKeyRequest` object as a parameter for deep cloning."],["This message class contains properties, namely `KeyName` and `Name`, to manage key migration, where `Name` is a required string representing the resource name of the key."],["The latest version available is 2.17.0, while the content displays a variety of versions going down to 1.2.0 all pertaining to the MigrateKeyRequest class."]]],[]]