class documentation

class PaperDocCreateArgs(bb.Struct): (source)

View In Hierarchy

:ivar paper.PaperDocCreateArgs.parent_folder_id: The Paper folder ID where the Paper document should be created. The API user has to have write access to this folder or error is thrown. :ivar paper.PaperDocCreateArgs.import_format: The format of provided data.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

import_format = (source)

Undocumented

parent_folder_id = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_import_format_value = (source)

Undocumented

_parent_folder_id_value = (source)

Undocumented