class documentation

class ListFolderArg(bb.Struct): (source)

View In Hierarchy

:ivar files.ListFolderArg.path: A unique identifier for the file. :ivar files.ListFolderArg.recursive: If true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders. :ivar files.ListFolderArg.include_media_info: If true, ``FileMetadata.media_info`` is set for photo and video. This parameter will no longer have an effect starting December 2, 2019. :ivar files.ListFolderArg.include_deleted: If true, the results will include entries for files and folders that used to exist but were deleted. :ivar files.ListFolderArg.include_has_explicit_shared_members: If true, the results will include a flag for each file indicating whether or not that file has any explicit members. :ivar files.ListFolderArg.include_mounted_folders: If true, the results will include entries under mounted folders which includes app folder, shared folder and team folder. :ivar files.ListFolderArg.limit: The maximum number of results to return per request. Note: This is an approximate number and there can be slightly more entries returned in some cases. :ivar files.ListFolderArg.shared_link: A shared link to list the contents of. If the link is password-protected, the password must be provided. If this field is present, ``ListFolderArg.path`` will be relative to root of the shared link. Only non-recursive mode is supported for shared link. :ivar files.ListFolderArg.include_property_groups: If set to a valid list of template IDs, ``FileMetadata.property_groups`` is set if there exists property data associated with the file and each of the listed templates. :ivar files.ListFolderArg.include_non_downloadable_files: If true, include files that are not downloadable, i.e. Google Docs.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable include_deleted Undocumented
Instance Variable include_has_explicit_shared_members Undocumented
Instance Variable include_media_info Undocumented
Instance Variable include_mounted_folders Undocumented
Instance Variable include_non_downloadable_files Undocumented
Instance Variable include_property_groups Undocumented
Instance Variable limit Undocumented
Instance Variable path Undocumented
Instance Variable recursive Undocumented
Instance Variable shared_link Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _include_deleted_value Undocumented
Instance Variable _include_has_explicit_shared_members_value Undocumented
Instance Variable _include_media_info_value Undocumented
Instance Variable _include_mounted_folders_value Undocumented
Instance Variable _include_non_downloadable_files_value Undocumented
Instance Variable _include_property_groups_value Undocumented
Instance Variable _limit_value Undocumented
Instance Variable _path_value Undocumented
Instance Variable _recursive_value Undocumented
Instance Variable _shared_link_value Undocumented
def __init__(self, path=None, recursive=None, include_media_info=None, include_deleted=None, include_has_explicit_shared_members=None, include_mounted_folders=None, limit=None, shared_link=None, include_property_groups=None, include_non_downloadable_files=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

include_deleted = (source)

Undocumented

include_has_explicit_shared_members = (source)

Undocumented

include_media_info = (source)

Undocumented

include_mounted_folders = (source)

Undocumented

include_non_downloadable_files = (source)

Undocumented

include_property_groups = (source)

Undocumented

Undocumented

Undocumented

recursive = (source)

Undocumented

shared_link = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_include_deleted_value = (source)

Undocumented

_include_has_explicit_shared_members_value = (source)

Undocumented

_include_media_info_value = (source)

Undocumented

_include_mounted_folders_value = (source)

Undocumented

_include_non_downloadable_files_value = (source)

Undocumented

_include_property_groups_value = (source)

Undocumented

_limit_value = (source)

Undocumented

_path_value = (source)

Undocumented

_recursive_value = (source)

Undocumented

_shared_link_value = (source)

Undocumented