FolderOperation

Metadata describing a long running folder operation

JSON representation
{
  "displayName": string,
  "operationType": enum (OperationType),
  "sourceParent": string,
  "destinationParent": string
}
Fields
displayName

string

The display name of the folder.

operationType

enum (OperationType)

The type of this operation.

sourceParent

string

The resource name of the folder's parent. Only applicable when the operationType is MOVE.

destinationParent

string

The resource name of the folder or organization we are either creating the folder under or moving the folder to.