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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]