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, implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` (a string) and `TargetProjectName` (a `TargetProjectName` type) to specify the target project."],["There are multiple versions of the `GetTargetProjectRequest` class available, ranging from version 1.0.0 to the latest version 2.6.0."],["The `GetTargetProjectRequest` class has two constructors: a default constructor and a copy constructor that takes another `GetTargetProjectRequest` object."]]],[]]