class documentation

class PaperFolderCreateArg(bb.Struct): (source)

View In Hierarchy

:ivar paper.PaperFolderCreateArg.name: The name of the new Paper folder. :ivar paper.PaperFolderCreateArg.parent_folder_id: The encrypted Paper folder Id where the new Paper folder should be created. The API user has to have write access to this folder or error is thrown. If not supplied, the new folder will be created at top level. :ivar paper.PaperFolderCreateArg.is_team_folder: Whether the folder to be created should be a team folder. This value will be ignored if parent_folder_id is supplied, as the new folder will inherit the type (private or team folder) from its parent. We will by default create a top-level private folder if both parent_folder_id and is_team_folder are not supplied.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable is_team_folder Undocumented
Instance Variable name Undocumented
Instance Variable parent_folder_id Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _is_team_folder_value Undocumented
Instance Variable _name_value Undocumented
Instance Variable _parent_folder_id_value Undocumented
def __init__(self, name=None, parent_folder_id=None, is_team_folder=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

is_team_folder = (source)

Undocumented

Undocumented

parent_folder_id = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_is_team_folder_value = (source)

Undocumented

_name_value = (source)

Undocumented

_parent_folder_id_value = (source)

Undocumented