Class Folder.PendingRenameInfoData
Only present if the folder is part of an ongoing rename folder operation. Contains information which can be used to query the operation status.
Inherited Members
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class Folder.PendingRenameInfoData
Properties
OperationId
The ID of the rename folder operation.
Declaration
[JsonProperty("operationId")]
public virtual string OperationId { get; set; }
Property Value
Type | Description |
---|---|
string |