class documentation

class FoldersContainingPaperDoc(bb.Struct): (source)

View In Hierarchy

Metadata about Paper folders containing the specififed Paper doc. :ivar paper.FoldersContainingPaperDoc.folder_sharing_policy_type: The sharing policy of the folder containing the Paper doc. :ivar paper.FoldersContainingPaperDoc.folders: The folder path. If present the first folder is the root folder.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable folder_sharing_policy_type Undocumented
Instance Variable folders Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _folder_sharing_policy_type_value Undocumented
Instance Variable _folders_value Undocumented
def __init__(self, folder_sharing_policy_type=None, folders=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

folder_sharing_policy_type = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_folder_sharing_policy_type_value = (source)

Undocumented

_folders_value = (source)

Undocumented