public sealed class GetTargetProjectRequest : IMessage<GetTargetProjectRequest>, IEquatable<GetTargetProjectRequest>, IDeepCloneable<GetTargetProjectRequest>, 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."],[[["This document outlines the `GetTargetProjectRequest` class, which is used to make requests for the 'GetTargetProject' call within the Google Cloud VM Migration service."],["The `GetTargetProjectRequest` class, found in the `Google.Cloud.VMMigration.V1` namespace, is part of version 2.0.0 of the API."],["It inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all supporting functionality such as message handling and cloning."],["The class includes two constructors, one default and one that accepts another `GetTargetProjectRequest` object, and also has properties, such as `Name` and `TargetProjectName`, which are essential for specifying the target project."],["The latest version available, is 2.6.0, and version history goes as far back as version 1.0.0."]]],[]]