class documentation

class MemberChangeStatusDetails(bb.Struct): (source)

View In Hierarchy

Changed member status (invited, joined, suspended, etc.). :ivar team_log.MemberChangeStatusDetails.previous_value: Previous member status. Might be missing due to historical data gap. :ivar team_log.MemberChangeStatusDetails.new_value: New member status. :ivar team_log.MemberChangeStatusDetails.action: Additional information indicating the action taken that caused status change. :ivar team_log.MemberChangeStatusDetails.new_team: The user's new team name. This field is relevant when the user is transferred off the team. :ivar team_log.MemberChangeStatusDetails.previous_team: The user's previous team name. This field is relevant when the user is transferred onto the team.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable action Undocumented
Instance Variable new_team Undocumented
Instance Variable new_value Undocumented
Instance Variable previous_team Undocumented
Instance Variable previous_value Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _action_value Undocumented
Instance Variable _new_team_value Undocumented
Instance Variable _new_value_value Undocumented
Instance Variable _previous_team_value Undocumented
Instance Variable _previous_value_value Undocumented
def __init__(self, new_value=None, previous_value=None, action=None, new_team=None, previous_team=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

new_team = (source)

Undocumented

new_value = (source)

Undocumented

previous_team = (source)

Undocumented

previous_value = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_action_value = (source)

Undocumented

_new_team_value = (source)

Undocumented

_new_value_value = (source)

Undocumented

_previous_team_value = (source)

Undocumented

_previous_value_value = (source)

Undocumented