class documentation

class TeamSpaceAllocation(bb.Struct): (source)

View In Hierarchy

:ivar users.TeamSpaceAllocation.used: The total space currently used by the user's team (bytes). :ivar users.TeamSpaceAllocation.allocated: The total space allocated to the user's team (bytes). :ivar users.TeamSpaceAllocation.user_within_team_space_allocated: The total space allocated to the user within its team allocated space (0 means that no restriction is imposed on the user's quota within its team). :ivar users.TeamSpaceAllocation.user_within_team_space_limit_type: The type of the space limit imposed on the team member (off, alert_only, stop_sync). :ivar users.TeamSpaceAllocation.user_within_team_space_used_cached: An accurate cached calculation of a team member's total space usage (bytes).

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable allocated Undocumented
Instance Variable used Undocumented
Instance Variable user_within_team_space_allocated Undocumented
Instance Variable user_within_team_space_limit_type Undocumented
Instance Variable user_within_team_space_used_cached Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _allocated_value Undocumented
Instance Variable _used_value Undocumented
Instance Variable _user_within_team_space_allocated_value Undocumented
Instance Variable _user_within_team_space_limit_type_value Undocumented
Instance Variable _user_within_team_space_used_cached_value Undocumented
def __init__(self, used=None, allocated=None, user_within_team_space_allocated=None, user_within_team_space_limit_type=None, user_within_team_space_used_cached=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

allocated = (source)

Undocumented

Undocumented

user_within_team_space_allocated = (source)

Undocumented

user_within_team_space_limit_type = (source)

Undocumented

user_within_team_space_used_cached = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_allocated_value = (source)

Undocumented

_used_value = (source)

Undocumented

_user_within_team_space_allocated_value = (source)

Undocumented

_user_within_team_space_limit_type_value = (source)

Undocumented

_user_within_team_space_used_cached_value = (source)

Undocumented