class documentation

class PaperUpdateArg(bb.Struct): (source)

View In Hierarchy

:ivar files.PaperUpdateArg.path: Path in the user's Dropbox to update. The path must correspond to a Paper doc or an error will be returned. :ivar files.PaperUpdateArg.import_format: The format of the provided data. :ivar files.PaperUpdateArg.doc_update_policy: How the provided content should be applied to the doc. :ivar files.PaperUpdateArg.paper_revision: The latest doc revision. Required when doc_update_policy is update. This value must match the current revision of the doc or error revision_mismatch will be returned.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

doc_update_policy = (source)

Undocumented

import_format = (source)

Undocumented

paper_revision = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_doc_update_policy_value = (source)

Undocumented

_import_format_value = (source)

Undocumented

_paper_revision_value = (source)

Undocumented

_path_value = (source)

Undocumented