class documentation

class TrustedNonTeamMemberLogInfo(UserLogInfo): (source)

View In Hierarchy

User that is not a member of the team but considered trusted. :ivar team_log.TrustedNonTeamMemberLogInfo.trusted_non_team_member_type: Indicates the type of the member of a trusted team. :ivar team_log.TrustedNonTeamMemberLogInfo.team: Details about this user's trusted team.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable team Undocumented
Instance Variable trusted_non_team_member_type Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _team_value Undocumented
Instance Variable _trusted_non_team_member_type_value Undocumented

Inherited from UserLogInfo:

Instance Variable account_id Undocumented
Instance Variable display_name Undocumented
Instance Variable email Undocumented
Instance Variable _account_id_value Undocumented
Instance Variable _display_name_value Undocumented
Instance Variable _email_value Undocumented
def __init__(self, trusted_non_team_member_type=None, account_id=None, display_name=None, email=None, team=None): (source)

Undocumented

Undocumented

trusted_non_team_member_type = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_has_required_fields: bool = (source)
_team_value = (source)

Undocumented

_trusted_non_team_member_type_value = (source)

Undocumented