class documentation

class MinimalFileLinkMetadata(bb.Struct): (source)

View In Hierarchy

:ivar files.MinimalFileLinkMetadata.url: URL of the shared link. :ivar files.MinimalFileLinkMetadata.id: Unique identifier for the linked file. :ivar files.MinimalFileLinkMetadata.path: Full path in the user's Dropbox. This always starts with a slash. This field will only be present only if the linked file is in the authenticated user's Dropbox. :ivar files.MinimalFileLinkMetadata.rev: A unique identifier for the current revision of a file. This field is the same rev as elsewhere in the API and can be used to detect changes and avoid conflicts.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable id Undocumented
Instance Variable path Undocumented
Instance Variable rev Undocumented
Instance Variable url Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _id_value Undocumented
Instance Variable _path_value Undocumented
Instance Variable _rev_value Undocumented
Instance Variable _url_value Undocumented
def __init__(self, url=None, rev=None, id=None, path=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_id_value = (source)

Undocumented

_path_value = (source)

Undocumented

_rev_value = (source)

Undocumented

_url_value = (source)

Undocumented