class documentation

class StorageBucket(bb.Struct): (source)

View In Hierarchy

Describes the number of users in a specific storage bucket. :ivar team.StorageBucket.bucket: The name of the storage bucket. For example, '1G' is a bucket of users with storage size up to 1 Giga. :ivar team.StorageBucket.users: The number of people whose storage is in the range of this storage bucket.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable bucket Undocumented
Instance Variable users Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _bucket_value Undocumented
Instance Variable _users_value Undocumented
def __init__(self, bucket=None, users=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_bucket_value = (source)

Undocumented

_users_value = (source)

Undocumented