Class ListFoldersResponse (1.6.2)

ListFoldersResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The ListFolders response message.

Attributes

NameDescription
folders Sequence[google.cloud.resourcemanager_v3.types.Folder]
A possibly paginated list of folders that are direct descendants of the specified parent resource.
next_page_token str
A pagination token returned from a previous call to ``ListFolders`` that indicates from where listing should continue.

Inheritance

builtins.object > proto.message.Message > ListFoldersResponse