Class MoveProjectRequest
The request sent to MoveProject method.
Implements
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v3.Data
Assembly: Google.Apis.CloudResourceManager.v3.dll
Syntax
public class MoveProjectRequest : IDirectResponseSchema
Properties
DestinationParent
Required. The new parent to move the Project under.
Declaration
[JsonProperty("destinationParent")]
public virtual string DestinationParent { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |