Class MoveFolderMetadata
Metadata pertaining to the folder move process.
Implements
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v2.Data
Assembly: Google.Apis.CloudResourceManager.v2.dll
Syntax
public class MoveFolderMetadata : IDirectResponseSchema
Properties
DestinationParent
The resource name of the folder or organization to move the folder to.
Declaration
[JsonProperty("destinationParent")]
public virtual string DestinationParent { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
The display name of the folder.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
SourceParent
The resource name of the folder's parent.
Declaration
[JsonProperty("sourceParent")]
public virtual string SourceParent { get; set; }
Property Value
Type | Description |
---|---|
string |