class documentation

class InsufficientQuotaAmounts(bb.Struct): (source)

View In Hierarchy

:ivar sharing.InsufficientQuotaAmounts.space_needed: The amount of space needed to add the item (the size of the item). :ivar sharing.InsufficientQuotaAmounts.space_shortage: The amount of extra space needed to add the item. :ivar sharing.InsufficientQuotaAmounts.space_left: The amount of space left in the user's Dropbox, less than space_needed.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable space_left Undocumented
Instance Variable space_needed Undocumented
Instance Variable space_shortage Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _space_left_value Undocumented
Instance Variable _space_needed_value Undocumented
Instance Variable _space_shortage_value Undocumented
def __init__(self, space_needed=None, space_shortage=None, space_left=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

space_left = (source)

Undocumented

space_needed = (source)

Undocumented

space_shortage = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_space_left_value = (source)

Undocumented

_space_needed_value = (source)

Undocumented

_space_shortage_value = (source)

Undocumented