class documentation

class PathLinkMetadata(LinkMetadata): (source)

View In Hierarchy

Metadata for a path-based shared link. :ivar sharing.PathLinkMetadata.path: Path in user's Dropbox.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable path Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _path_value Undocumented

Inherited from LinkMetadata:

Instance Variable expires Undocumented
Instance Variable url Undocumented
Instance Variable visibility Undocumented
Instance Variable _expires_value Undocumented
Instance Variable _url_value Undocumented
Instance Variable _visibility_value Undocumented
def __init__(self, url=None, visibility=None, path=None, expires=None): (source)

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_has_required_fields: bool = (source)
_path_value = (source)

Undocumented