class documentation

class ExternalUserLogInfo(bb.Struct): (source)

View In Hierarchy

A user without a Dropbox account. :ivar team_log.ExternalUserLogInfo.user_identifier: An external user identifier. :ivar team_log.ExternalUserLogInfo.identifier_type: Identifier type.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable identifier_type Undocumented
Instance Variable user_identifier Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _identifier_type_value Undocumented
Instance Variable _user_identifier_value Undocumented
def __init__(self, user_identifier=None, identifier_type=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

identifier_type = (source)

Undocumented

user_identifier = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_identifier_type_value = (source)

Undocumented

_user_identifier_value = (source)

Undocumented