class documentation

class GuestAdminSignedInViaTrustedTeamsDetails(bb.Struct): (source)

View In Hierarchy

Started trusted team admin session. :ivar team_log.GuestAdminSignedInViaTrustedTeamsDetails.team_name: Host team name. :ivar team_log.GuestAdminSignedInViaTrustedTeamsDetails.trusted_team_name: Trusted team name.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

team_name = (source)

Undocumented

trusted_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

_trusted_team_name_value = (source)

Undocumented