class documentation

class EmailIngestReceiveFileDetails(bb.Struct): (source)

View In Hierarchy

Received files via Email to Dropbox. :ivar team_log.EmailIngestReceiveFileDetails.inbox_name: Inbox name. :ivar team_log.EmailIngestReceiveFileDetails.attachment_names: Submitted file names. :ivar team_log.EmailIngestReceiveFileDetails.subject: Subject of the email. :ivar team_log.EmailIngestReceiveFileDetails.from_name: The name as provided by the submitter. :ivar team_log.EmailIngestReceiveFileDetails.from_email: The email as provided by the submitter.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable attachment_names Undocumented
Instance Variable from_email Undocumented
Instance Variable from_name Undocumented
Instance Variable inbox_name Undocumented
Instance Variable subject Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _attachment_names_value Undocumented
Instance Variable _from_email_value Undocumented
Instance Variable _from_name_value Undocumented
Instance Variable _inbox_name_value Undocumented
Instance Variable _subject_value Undocumented
def __init__(self, inbox_name=None, attachment_names=None, subject=None, from_name=None, from_email=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

attachment_names = (source)

Undocumented

from_email = (source)

Undocumented

from_name = (source)

Undocumented

inbox_name = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_attachment_names_value = (source)

Undocumented

_from_email_value = (source)

Undocumented

_from_name_value = (source)

Undocumented

_inbox_name_value = (source)

Undocumented

_subject_value = (source)

Undocumented