class documentation

:ivar files.MoveBatchArg.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
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _allow_ownership_transfer_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_ownership_transfer=None): (source)
allow_ownership_transfer = (source)

Undocumented

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

Undocumented