class documentation

class PaperDocDownloadDetails(bb.Struct): (source)

View In Hierarchy

Downloaded Paper doc in specific format. :ivar team_log.PaperDocDownloadDetails.event_uuid: Event unique identifier. :ivar team_log.PaperDocDownloadDetails.export_file_format: Export file format.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable event_uuid Undocumented
Instance Variable export_file_format Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _event_uuid_value Undocumented
Instance Variable _export_file_format_value Undocumented
def __init__(self, event_uuid=None, export_file_format=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

event_uuid = (source)

Undocumented

export_file_format = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_event_uuid_value = (source)

Undocumented

_export_file_format_value = (source)

Undocumented