class documentation

class ShowcaseFileDownloadDetails(bb.Struct): (source)

View In Hierarchy

Downloaded file from showcase. :ivar team_log.ShowcaseFileDownloadDetails.event_uuid: Event unique identifier. :ivar team_log.ShowcaseFileDownloadDetails.download_type: Showcase download type.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

download_type = (source)

Undocumented

event_uuid = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_download_type_value = (source)

Undocumented

_event_uuid_value = (source)

Undocumented