public sealed class GetTargetProjectRequest : IMessage<GetTargetProjectRequest>, IEquatable<GetTargetProjectRequest>, IDeepCloneable<GetTargetProjectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class GetTargetProjectRequest.
[[["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 provides reference documentation for the `GetTargetProjectRequest` class within the VM Migration v1 API."],["The `GetTargetProjectRequest` class is used to construct request messages for the 'GetTargetProject' API call and is implemented as a sealed class."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and the class includes methods and constructors for creating and handling `GetTargetProjectRequest` objects."],["The `GetTargetProjectRequest` class has two properties: `Name`, a string representing the TargetProject name, and `TargetProjectName`, a `TargetProjectName`-typed view over the `Name` property."],["The webpage highlights different versions of the API documentation, ranging from version 1.0.0 to the latest version, 2.6.0."]]],[]]