class documentation

class GetMetadataArg(bb.Struct): (source)

Known subclasses: dropbox.files.AlphaGetMetadataArg

View In Hierarchy

:ivar files.GetMetadataArg.path: The path of a file or folder on Dropbox. :ivar files.GetMetadataArg.include_media_info: If true, ``FileMetadata.media_info`` is set for photo and video. :ivar files.GetMetadataArg.include_deleted: If true, :class:`DeletedMetadata` will be returned for deleted file or folder, otherwise ``LookupError.not_found`` will be returned. :ivar files.GetMetadataArg.include_has_explicit_shared_members: If true, the results will include a flag for each file indicating whether or not that file has any explicit members. :ivar files.GetMetadataArg.include_property_groups: If set to a valid list of template IDs, ``FileMetadata.property_groups`` is set if there exists property data associated with the file and each of the listed templates.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable include_deleted Undocumented
Instance Variable include_has_explicit_shared_members Undocumented
Instance Variable include_media_info Undocumented
Instance Variable include_property_groups Undocumented
Instance Variable path Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _include_deleted_value Undocumented
Instance Variable _include_has_explicit_shared_members_value Undocumented
Instance Variable _include_media_info_value Undocumented
Instance Variable _include_property_groups_value Undocumented
Instance Variable _path_value Undocumented
def __init__(self, path=None, include_media_info=None, include_deleted=None, include_has_explicit_shared_members=None, include_property_groups=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

include_deleted = (source)

Undocumented

include_has_explicit_shared_members = (source)

Undocumented

include_media_info = (source)

Undocumented

include_property_groups = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_include_deleted_value = (source)

Undocumented

_include_has_explicit_shared_members_value = (source)

Undocumented

_include_media_info_value = (source)

Undocumented

_include_property_groups_value = (source)

Undocumented

_path_value = (source)

Undocumented