Class: Google::Cloud::ResourceManager::V3::ListFoldersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceManager::V3::ListFoldersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/resourcemanager/v3/folders.rb
Overview
The ListFolders response message.
Instance Attribute Summary collapse
-
#folders ⇒ ::Array<::Google::Cloud::ResourceManager::V3::Folder>
A possibly paginated list of folders that are direct descendants of the specified parent resource.
-
#next_page_token ⇒ ::String
A pagination token returned from a previous call to
ListFolders
that indicates from where listing should continue.
Instance Attribute Details
#folders ⇒ ::Array<::Google::Cloud::ResourceManager::V3::Folder>
Returns A possibly paginated list of folders that are direct descendants of the specified parent resource.
131 132 133 134 |
# File 'proto_docs/google/cloud/resourcemanager/v3/folders.rb', line 131 class ListFoldersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A pagination token returned from a previous call to ListFolders
that indicates from where listing should continue.
131 132 133 134 |
# File 'proto_docs/google/cloud/resourcemanager/v3/folders.rb', line 131 class ListFoldersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |