Class: Google::Cloud::ResourceManager::V3::SearchFoldersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceManager::V3::SearchFoldersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/resourcemanager/v3/folders.rb
Overview
The response message for searching folders.
Instance Attribute Summary collapse
-
#folders ⇒ ::Array<::Google::Cloud::ResourceManager::V3::Folder>
A possibly paginated folder search results.
-
#next_page_token ⇒ ::String
A pagination token returned from a previous call to
SearchFolders
that indicates from where searching should continue.
Instance Attribute Details
#folders ⇒ ::Array<::Google::Cloud::ResourceManager::V3::Folder>
Returns A possibly paginated folder search results. the specified parent resource.
193 194 195 196 |
# File 'proto_docs/google/cloud/resourcemanager/v3/folders.rb', line 193 class SearchFoldersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A pagination token returned from a previous call to SearchFolders
that indicates from where searching should continue.
193 194 195 196 |
# File 'proto_docs/google/cloud/resourcemanager/v3/folders.rb', line 193 class SearchFoldersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |