class documentation

class PreviewResult(bb.Struct): (source)

View In Hierarchy

:ivar files.PreviewResult.file_metadata: Metadata corresponding to the file received as an argument. Will be populated if the endpoint is called with a path (ReadPath). :ivar files.PreviewResult.link_metadata: Minimal metadata corresponding to the file received as an argument. Will be populated if the endpoint is called using a shared link (SharedLinkFileInfo).

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable file_metadata Undocumented
Instance Variable link_metadata Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _file_metadata_value Undocumented
Instance Variable _link_metadata_value Undocumented
def __init__(self, file_metadata=None, link_metadata=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

file_metadata = (source)

Undocumented

link_metadata = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_file_metadata_value = (source)

Undocumented

_link_metadata_value = (source)

Undocumented