public sealed class MoveProjectRequest : IMessage<MoveProjectRequest>, IEquatable<MoveProjectRequest>, IDeepCloneable<MoveProjectRequest>, IBufferMessage, IMessageReference 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.
Implements
IMessageMoveProjectRequest, IEquatableMoveProjectRequest, IDeepCloneableMoveProjectRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ResourceManager.V3Assembly
Google.Cloud.ResourceManager.V3.dll
Constructors
MoveProjectRequest()
public MoveProjectRequest()MoveProjectRequest(MoveProjectRequest)
public MoveProjectRequest(MoveProjectRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | MoveProjectRequest | 
Properties
DestinationParent
public string DestinationParent { get; set; }Required. The new parent to move the Project under.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
DestinationParentAsResourceName
public IResourceName DestinationParentAsResourceName { get; set; }IResourceName-typed view over the DestinationParent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| IResourceName | |
Name
public string Name { get; set; }Required. The name of the project to move.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
ProjectName
public ProjectName ProjectName { get; set; }ProjectName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| ProjectName | |