Team🔗Constructor🔗Team(name: str) Methods🔗 build🔗Builds the object.def build() -> team.Team email🔗Email of the team.def email(email: str) -> typing.Self name🔗Name of the team.def name(name: str) -> typing.Self See also🔗 Team