class documentation

class TeamMergeFromDetails(bb.Struct): (source)

View In Hierarchy

Merged another team into this team. :ivar team_log.TeamMergeFromDetails.team_name: The name of the team that was merged into this team.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable team_name Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _team_name_value Undocumented
def __init__(self, team_name=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

team_name = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_team_name_value = (source)

Undocumented