class documentation

class TeamMergeToDetails(bb.Struct): (source)

View In Hierarchy

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

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