public sealed class MigrateResourceResponse : IMessage<MigrateResourceResponse>, IEquatable<MigrateResourceResponse>, IDeepCloneable<MigrateResourceResponse>, 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 provides documentation for the `MigrateResourceResponse` class within the `Google.Cloud.AIPlatform.V1` namespace, outlining its purpose in describing successfully migrated resources."],["The `MigrateResourceResponse` class has properties like `Dataset`, `DatasetAsDatasetName`, `MigratableResource`, `Model`, and `ModelAsModelName`, to access and define information about the migration."],["The latest available version documented is 3.22.0, but there are many versions available, including multiple previous major versions such as 1, 2, and 3, all the way down to 1.0.0, with a detailed list provided."],["`MigrateResourceResponse` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google.Protobuf framework."],["There are two constructors for `MigrateResourceResponse`, a default one and one that accepts another `MigrateResourceResponse` object as a parameter for copying."]]],[]]