public sealed class MoveProjectRequest : IMessage<MoveProjectRequest>, IEquatable<MoveProjectRequest>, IDeepCloneable<MoveProjectRequest>, IBufferMessage, IMessage
The request sent to
[MoveProject][google.cloud.resourcemanager.v3.Projects.MoveProject]
method.
[[["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 `MoveProjectRequest` class is used to send a request to the `MoveProject` method, facilitating the movement of a project."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering features for message handling, equality comparison, deep cloning, and buffer message operations."],["There are two constructors for `MoveProjectRequest`: a default constructor and one that accepts another `MoveProjectRequest` object for cloning."],["The `DestinationParent` and `Name` properties are both required fields, representing the new parent for the project and the name of the project to be moved, respectively."],["`DestinationParentAsResourceName` and `ProjectName` provide typed views over the string-based `DestinationParent` and `Name` properties, respectively, using `IResourceName` and `ProjectName` types for better type safety."]]],[]]