public sealed class MoveProjectRequest : IMessage<MoveProjectRequest>, IEquatable<MoveProjectRequest>, IDeepCloneable<MoveProjectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class MoveProjectRequest.
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."],[[["This page provides documentation for the `MoveProjectRequest` class within the Google Cloud Resource Manager v3 API, specifically for version 2.3.0 of the .NET library."],["The `MoveProjectRequest` class is used to send requests to the `MoveProject` method, which is used to change the project hierarchy by moving a project to a new parent within the Google Cloud resource structure."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting its role in handling API requests and data structures."],["Key properties of `MoveProjectRequest` include `DestinationParent`, indicating the new parent resource, and `Name`, representing the project to be moved, along with their respective `IResourceName` typed views."],["The documentation includes a history of versions ranging from 1.0.0 up to the most current 2.5.0, along with the corresponding URLs for each release, as well as an overview of methods such as constructors, inherited members, namespaces, and the assembly it belongs to."]]],[]]