class documentation

class MemberChangeMembershipTypeDetails(bb.Struct): (source)

View In Hierarchy

Changed membership type (limited/full) of member. :ivar team_log.MemberChangeMembershipTypeDetails.prev_value: Previous membership type. :ivar team_log.MemberChangeMembershipTypeDetails.new_value: New membership type.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

new_value = (source)

Undocumented

prev_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

_prev_value_value = (source)

Undocumented