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 page provides documentation for the `GetTargetProjectRequest` class, which is a request message used for calling 'GetTargetProject' in the Google Cloud VMMigration V1 API."],["The `GetTargetProjectRequest` class is part of the `Google.Cloud.VMMigration.V1` namespace within the Google.Cloud.VMMigration.V1.dll assembly, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetTargetProjectRequest` class has two constructors: a default constructor and one that takes another `GetTargetProjectRequest` instance as a parameter."],["The main properties of this request message are `Name` (a string representing the required TargetProject name) and `TargetProjectName` (a typed view of the `Name` resource name property)."],["The page shows that this information is available for multiple versions, with the most recent version being 2.6.0."]]],[]]