class documentation

class SharedLinkFileInfo(bb.Struct): (source)

View In Hierarchy

:ivar files.SharedLinkFileInfo.url: The shared link corresponding to either a file or shared link to a folder. If it is for a folder shared link, we use the path param to determine for which file in the folder the view is for. :ivar files.SharedLinkFileInfo.path: The path corresponding to a file in a shared link to a folder. Required for shared links to folders. :ivar files.SharedLinkFileInfo.password: Password for the shared link. Required for password-protected shared links to files unless it can be read from a cookie.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable password Undocumented
Instance Variable path Undocumented
Instance Variable url Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _password_value Undocumented
Instance Variable _path_value Undocumented
Instance Variable _url_value Undocumented
def __init__(self, url=None, path=None, password=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

password = (source)

Undocumented

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_password_value = (source)

Undocumented

_path_value = (source)

Undocumented

_url_value = (source)

Undocumented