Class: Google::Cloud::ResourceManager::V3::SearchFoldersResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#folders::Array<::Google::Cloud::ResourceManager::V3::Folder>

Returns A possibly paginated folder search results. the specified parent resource.

Returns:



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.

Returns:

  • (::String)

    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