Class RemoveFromFolderAction (0.1.0)

RemoveFromFolderAction(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the action responsible for remove a document from a specific folder.

Attributes

NameDescription
condition str
Condition of the action to be executed.
folder str
Name of the folder under which new document is to be added. Format: projects/{project_number}/locations/{location}/documents/{document_id}.

Inheritance

builtins.object > proto.message.Message > RemoveFromFolderAction