class documentation

class TeamName(bb.Struct): (source)

View In Hierarchy

Team name details :ivar team_log.TeamName.team_display_name: Team's display name. :ivar team_log.TeamName.team_legal_name: Team's legal name.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable team_display_name Undocumented
Instance Variable team_legal_name Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _team_display_name_value Undocumented
Instance Variable _team_legal_name_value Undocumented
def __init__(self, team_display_name=None, team_legal_name=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

team_display_name = (source)

Undocumented

team_legal_name = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_team_display_name_value = (source)

Undocumented

_team_legal_name_value = (source)

Undocumented