class documentation

class PaperCreateArg(bb.Struct): (source)

View In Hierarchy

:ivar files.PaperCreateArg.path: The fully qualified path to the location in the user's Dropbox where the Paper Doc should be created. This should include the document's title and end with .paper. :ivar files.PaperCreateArg.import_format: The format of the provided data.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

import_format = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_import_format_value = (source)

Undocumented

_path_value = (source)

Undocumented