Class: Google::Cloud::ResourceManager::V3::ListFoldersResponse

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 ListFolders response message.

Instance Attribute Summary collapse

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.

Returns:



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.

Returns:

  • (::String)

    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