class documentation

class SaveUrlArg(bb.Struct): (source)

View In Hierarchy

:ivar files.SaveUrlArg.path: The path in Dropbox where the URL will be saved to. :ivar files.SaveUrlArg.url: The URL to be saved.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_path_value = (source)

Undocumented

_url_value = (source)

Undocumented