class documentation

class Folder(bb.Struct): (source)

View In Hierarchy

Data structure representing a Paper folder. :ivar paper.Folder.id: Paper folder ID. This ID uniquely identifies the folder. :ivar paper.Folder.name: Paper folder name.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable id Undocumented
Instance Variable name Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _id_value Undocumented
Instance Variable _name_value Undocumented
def __init__(self, id=None, name=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

_id_value = (source)

Undocumented

_name_value = (source)

Undocumented