class documentation

:ivar files.RelocationBatchArg.allow_shared_folder: This flag has no effect. :ivar files.RelocationBatchArg.allow_ownership_transfer: Allow moves by owner even if it would result in an ownership transfer for the content being moved. This does not apply to copies.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable allow_ownership_transfer Undocumented
Instance Variable allow_shared_folder Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _allow_ownership_transfer_value Undocumented
Instance Variable _allow_shared_folder_value Undocumented

Inherited from RelocationBatchArgBase:

Instance Variable autorename Undocumented
Instance Variable entries Undocumented
Instance Variable _autorename_value Undocumented
Instance Variable _entries_value Undocumented
def __init__(self, entries=None, autorename=None, allow_shared_folder=None, allow_ownership_transfer=None): (source)
allow_ownership_transfer = (source)

Undocumented

allow_shared_folder = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_allow_ownership_transfer_value = (source)

Undocumented

_allow_shared_folder_value = (source)

Undocumented