Class Google::Cloud::ResourceManager::V3::SearchFoldersResponse (v0.1.3)

The response message for searching folders.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#folders

def folders() -> ::Array<::Google::Cloud::ResourceManager::V3::Folder>
Returns

#folders=

def folders=(value) -> ::Array<::Google::Cloud::ResourceManager::V3::Folder>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A pagination token returned from a previous call to SearchFolders that indicates from where searching should continue.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — 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.