class documentation

class MembersAddArgBase(bb.Struct): (source)

Known subclasses: dropbox.team.MembersAddArg, dropbox.team.MembersAddV2Arg

View In Hierarchy

:ivar team.MembersAddArgBase.force_async: Whether to force the add to happen asynchronously.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable force_async Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _force_async_value Undocumented
def __init__(self, force_async=None): (source)
force_async = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_has_required_fields: bool = (source)
_force_async_value = (source)

Undocumented