class documentation

class MemberSpaceLimitsChangePolicyDetails(bb.Struct): (source)

View In Hierarchy

Changed team default member space limit. :ivar team_log.MemberSpaceLimitsChangePolicyDetails.previous_value: Previous team default limit value in bytes. Might be missing due to historical data gap. :ivar team_log.MemberSpaceLimitsChangePolicyDetails.new_value: New team default limit value in bytes. Might be missing due to historical data gap.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable new_value Undocumented
Instance Variable previous_value Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _new_value_value Undocumented
Instance Variable _previous_value_value Undocumented
def __init__(self, previous_value=None, new_value=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

new_value = (source)

Undocumented

previous_value = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_new_value_value = (source)

Undocumented

_previous_value_value = (source)

Undocumented